~chipaca/unity-lens-video/custom-user-agent

« back to all changes in this revision

Viewing changes to oneliners/admin.py

  • Committer: Janos Gyerik
  • Date: 2012-04-03 20:38:05 UTC
  • Revision ID: janos@axiom-20120403203805-d2e6j78xee1dhttx
renamed "main" module to "oneliners"

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
from django.contrib import admin
2
2
 
3
 
from main.models import HackerProfile, OneLiner, Question
 
3
from oneliners.models import HackerProfile, OneLiner, Question
4
4
 
5
5
 
6
6
class OneLinerAdmin(admin.ModelAdmin):