summaryrefslogtreecommitdiff
path: root/asgard/settings.d/10-apps.conf
diff options
context:
space:
mode:
Diffstat (limited to 'asgard/settings.d/10-apps.conf')
-rw-r--r--asgard/settings.d/10-apps.conf3
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