From 35fc1b458ce4b549607f1ab0c846ba5998da0183 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Klinkovsk=C3=BD?= Date: Tue, 1 Jul 2014 13:03:06 +0200 Subject: update URLs to Arch wiki MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub Klinkovský Signed-off-by: Dan McGee --- urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urls.py') diff --git a/urls.py b/urls.py index 79838ce3..46c8ace6 100644 --- a/urls.py +++ b/urls.py @@ -111,7 +111,7 @@ legacy_urls = ( ('^todolists/$', '/todo/'), ('^docs/en/guide/install/arch-install-guide.html', - 'https://wiki.archlinux.org/index.php/Installation_Guide'), + 'https://wiki.archlinux.org/index.php/Installation_guide'), ('^docs/en/', 'https://wiki.archlinux.org/'), ('^docs/', -- cgit v1.2.3-2-g168b From 28d486870de2c68b53e544a7082c991983d0d763 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sat, 28 Jun 2014 13:10:53 -0500 Subject: More changes for move to Django 1.7 The removal of the root `__init__.py` file is so the testing framework does consistent imports of our models now that the loading strategy has changed. Signed-off-by: Dan McGee --- urls.py | 1 - 1 file changed, 1 deletion(-) (limited to 'urls.py') diff --git a/urls.py b/urls.py index 46c8ace6..e7f2b24c 100644 --- a/urls.py +++ b/urls.py @@ -18,7 +18,6 @@ our_sitemaps = { 'releases': sitemaps.ReleasesSitemap, } -admin.autodiscover() urlpatterns = [] # Public pages -- cgit v1.2.3-2-g168b