From af719ae697e5b03582b28f8a59eae39524cb8f7f Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 21 Oct 2012 21:11:48 +0200 Subject: Djangoization - Major refactoring (step 13) * Fix finds wizards * Clean-up an unecessary file --- example_project/urls.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'example_project/urls.py') diff --git a/example_project/urls.py b/example_project/urls.py index f39243cdb..0b72a1bc6 100644 --- a/example_project/urls.py +++ b/example_project/urls.py @@ -15,9 +15,6 @@ urlpatterns = patterns('', APP_LIST = ['archaeological_files', 'archaeological_operations', 'archaeological_context_records', 'archaeological_warehouse', 'archaeological_finds'] -APP_LIST = ['archaeological_files', 'archaeological_operations', - 'archaeological_context_records', - 'archaeological_finds'] for app in APP_LIST: if app in settings.INSTALLED_APPS: urlpatterns += patterns('', -- cgit v1.2.3