Author: poeml
Date: Sun Mar  4 14:07:22 2012
New Revision: 77

URL: http://svn.mirrorbrain.org/viewvc/mod_stats?rev=77&view=rev
Log:
adjust admin frontend integration for Django 1.3

Modified:
    trunk/downloadstats/urls.py

Modified: trunk/downloadstats/urls.py
URL: 
http://svn.mirrorbrain.org/viewvc/mod_stats/trunk/downloadstats/urls.py?rev=77&r1=76&r2=77&view=diff
==============================================================================
--- trunk/downloadstats/urls.py (original)
+++ trunk/downloadstats/urls.py Sun Mar  4 14:07:22 2012
@@ -12,5 +12,5 @@
     # (r'^admin/doc/', include('django.contrib.admindocs.urls')),
 
     # Uncomment the next line to enable the admin:
-    (r'^admin/(.*)', admin.site.root),
+    (r'^admin/', include(admin.site.urls)),
 )




_______________________________________________
mirrorbrain-commits mailing list
Archive: http://mirrorbrain.org/archive/mirrorbrain-commits/

Note: To remove yourself from this list, send a mail with the content
        unsubscribe
to the address mirrorbrain-commits-requ...@mirrorbrain.org

Reply via email to