From 214534a86fe8a7113cfc56255e201f5500744215 Mon Sep 17 00:00:00 2001 From: Greg Taylor Date: Thu, 22 Jan 2009 04:01:54 +0000 Subject: [PATCH] Fix the Auth section not showing up in automatic admin. --- game/web/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/web/urls.py b/game/web/urls.py index 83888d9aaf..3a3c9de093 100755 --- a/game/web/urls.py +++ b/game/web/urls.py @@ -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