diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2014-12-18 08:37:01 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2014-12-18 08:37:01 +0100 |
commit | 2aac28f9a6dd4515b7a2e6079dde09838a1d8658 (patch) | |
tree | 7318917802de9bc82b3b9fc2389cbe53a80fba53 /example_project | |
parent | 548adf108e7aa82b7a33df412abdf87d433fabd6 (diff) | |
download | Ishtar-2aac28f9a6dd4515b7a2e6079dde09838a1d8658.tar.bz2 Ishtar-2aac28f9a6dd4515b7a2e6079dde09838a1d8658.zip |
First work for an alternate UI for archaeological files (refs #2175)
Diffstat (limited to 'example_project')
-rw-r--r-- | example_project/urls.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example_project/urls.py b/example_project/urls.py index 1bed62256..e6ea1f37e 100644 --- a/example_project/urls.py +++ b/example_project/urls.py @@ -11,7 +11,7 @@ urlpatterns = patterns('', (r'^accounts/', include('registration.urls')), ) -APP_LIST = ['archaeological_files', 'archaeological_operations', +APP_LIST = ['archaeological_files_pdl', 'archaeological_files', 'archaeological_operations', 'archaeological_context_records', 'archaeological_warehouse', 'archaeological_finds'] for app in APP_LIST: |