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

« back to all changes in this revision

Viewing changes to main/admin.py

  • Committer: Janos Gyerik
  • Date: 2012-04-03 20:17:57 UTC
  • Revision ID: janos@axiom-20120403201757-og0iv6r4zlq2aumt
removed the bashoneliners. prefix when referencing modules internally

Show diffs side-by-side

added added

removed removed

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