Fix the admin displays for most of the models. ConfigValue is being weird for some reason, though.
This commit is contained in:
parent
f6ee697e04
commit
0169c52442
4 changed files with 46 additions and 41 deletions
|
|
@ -10,7 +10,7 @@ from django.conf.urls.defaults import *
|
|||
from django.conf import settings
|
||||
from django.contrib import admin
|
||||
|
||||
admin.autodiscover()
|
||||
#admin.autodiscover()
|
||||
|
||||
urlpatterns = patterns('',
|
||||
# User Authentication
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue