From 964d89e11651a48e8c18c96d011ed5d9a9d97628 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 8 Feb 2010 21:06:47 -0600 Subject: Move /jsi18n/ back out of /admin/ app This way we can skip the redirect to HTTPS on the real site that is not necessary by any means, and it works out for the best. Signed-off-by: Dan McGee --- urls.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'urls.py') diff --git a/urls.py b/urls.py index e0df2da..77b7b56 100644 --- a/urls.py +++ b/urls.py @@ -109,6 +109,9 @@ urlpatterns = patterns('', (r'^moreforums/$', 'archweb.public.views.moreforums'), (r'^projects/$', 'archweb.public.views.projects'), (r'^opensearch/packages/$', 'archweb.packages.views.opensearch'), + +# Some django internals we use + (r'^jsi18n/$', 'django.views.i18n.null_javascript_catalog'), ) if settings.DEBUG == True: -- cgit v1.2.3-24-g4f1b