diff options
author | Leif Johansson <leifj@sunet.se> | 2012-10-04 19:15:27 +0200 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2012-10-04 19:15:27 +0200 |
commit | 1c0b5b62704c7d74c230318410fceb8d0b209e5f (patch) | |
tree | c7da4afafaa86e8403496223d5f1291fb8add9bb /asgard | |
parent | 2bdad0ae7a3a6e4ec5116becd39910388b679ed2 (diff) |
hmm
Diffstat (limited to 'asgard')
-rw-r--r-- | asgard/settings.d/10-apps.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/asgard/settings.d/10-apps.conf b/asgard/settings.d/10-apps.conf index 4dac23c..fb8f461 100644 --- a/asgard/settings.d/10-apps.conf +++ b/asgard/settings.d/10-apps.conf @@ -23,4 +23,5 @@ INSTALLED_APPS += [ ] DEBUG=True -MEDIA_ROOT = "%s/static" % BASE_DIR
\ No newline at end of file +MEDIA_ROOT = "%s/static" % BASE_DIR +ROOT_URLCONF = "meetingtools.urls"
\ No newline at end of file |