diff -r 12ca78ff63e4 -r bf0cbea1bd12 urls.py --- a/urls.py Sun Jan 24 19:15:28 2010 +0530 +++ b/urls.py Thu Feb 04 19:42:35 2010 +0530 @@ -11,7 +11,7 @@ # Uncomment the admin/doc line below and add 'django.contrib.admindocs' # to INSTALLED_APPS to enable admin documentation: # (r'^admin/doc/', include('django.contrib.admindocs.urls')), + + (r'^admin/', include(admin.site.urls)), - # Uncomment the next line to enable the admin: - (r'^admin/', include(admin.site.urls)), )