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 @@ -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.orgReceived on Thu Dec 17 2009 - 14:04:53 GMT
This archive was generated by hypermail 2.2.0 : Thu Dec 17 2009 - 14:45:09 GMT