[mirrorbrain-commits] [mod_stats] r77 - /trunk/downloadstats/urls.py

From: <poeml_at_mirrorbrain.org>
Date: Sun, 04 Mar 2012 13:07:22 -0000
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
_at_@ -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-request_at_mirrorbrain.org
Received on Sun Mar 04 2012 - 13:07:24 GMT

This archive was generated by hypermail 2.3.0 : Sun Mar 04 2012 - 13:17:03 GMT