From 661180e434f94afdec0a6ee86b5c1aa1a7aa354f Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 21 Oct 2012 19:24:56 +0200 Subject: Djangoization - Major refactoring (step 10) * Fix operation wizards * Minor fix on other wizards --- example_project/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example_project/urls.py') diff --git a/example_project/urls.py b/example_project/urls.py index e4247b922..f97f51be4 100644 --- a/example_project/urls.py +++ b/example_project/urls.py @@ -15,7 +15,7 @@ urlpatterns = patterns('', APP_LIST = ['archaeological_files', 'archaeological_operations', 'archaeological_context_records', 'archaeological_warehouse', 'archaeological_finds'] -APP_LIST = ['archaeological_files'] +APP_LIST = ['archaeological_files', 'archaeological_operations'] for app in APP_LIST: if app in settings.INSTALLED_APPS: urlpatterns += patterns('', -- cgit v1.2.3