/soc/2012/sanket/www-statscollector: 3ecc226be396: Change ``/tru...
Sanket Agarwal
sanket at soc.pidgin.im
Mon Aug 27 11:43:22 EDT 2012
Changeset: 3ecc226be396aa7f9f2bb49542edb30be6cbc616
Author: Sanket Agarwal <sanket at soc.pidgin.im>
Date: 2012-08-27 08:36 +0530
Branch: default
URL: http://hg.pidgin.im/soc/2012/sanket/www-statscollector/rev/3ecc226be396
Description:
Change ``/trusted`` to ``/public``
diffstat:
pidgin_stats_collector/urls.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff --git a/pidgin_stats_collector/urls.py b/pidgin_stats_collector/urls.py
--- a/pidgin_stats_collector/urls.py
+++ b/pidgin_stats_collector/urls.py
@@ -29,7 +29,7 @@ urlpatterns = patterns('',
url(r'^plugins-detail$', 'display.views.plugins_detail'),
# Trusted Server hashes
- url(r'^trusted/$', 'statscollector.views.trusted'),
+ url(r'^public/$', 'statscollector.views.trusted'),
# Make media files to be served static and hot ;-)
(r'^media/(?P<path>.*)$', 'django.views.static.serve', {'document_root': settings.MEDIA_ROOT, 'show_indexes': True}),
More information about the Commits
mailing list