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

From: <poeml_at_mirrorbrain.org>
Date: Thu, 17 Dec 2009 14:04:51 -0000
Author: poeml
Date: Thu Dec 17 15:04:50 2009
New Revision: 62

URL: http://svn.mirrorbrain.org/viewvc/mod_stats?rev=62&view=rev
Log:
assuming that the app runs wsgi-proxies somewhere into the URL space, remove the prefix.

Modified:
    trunk/downloadstats/urls.py

Modified: trunk/downloadstats/urls.py
URL: http://svn.mirrorbrain.org/viewvc/mod_stats/trunk/downloadstats/urls.py?rev=62&r1=61&r2=62&view=diff
==============================================================================
--- trunk/downloadstats/urls.py (original)
+++ trunk/downloadstats/urls.py Thu Dec 17 15:04:50 2009
_at_@ -5,9 +5,7 @@
 admin.autodiscover()
 
 urlpatterns = patterns('',
-    # Example:
-    # (r'^downloadstats/', include('downloadstats.foo.urls')),
-    (r'^stats/', include('downloadstats.stats.urls')),
+    (r'', include('downloadstats.stats.urls')),
 
     # Uncomment the admin/doc line below and add 'django.contrib.admindocs' 
     # to INSTALLED_APPS to enable admin documentation:




_______________________________________________
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 Thu Dec 17 2009 - 14:04:53 GMT

This archive was generated by hypermail 2.3.0 : Mon Feb 20 2012 - 23:47:04 GMT