Fix the admin displays for most of the models. ConfigValue is being weird for some reason, though.

This commit is contained in:
Greg Taylor 2009-01-18 04:54:05 +00:00
parent f6ee697e04
commit 0169c52442
4 changed files with 46 additions and 41 deletions

View file

@ -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