From 1c0b5b62704c7d74c230318410fceb8d0b209e5f Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Thu, 4 Oct 2012 19:15:27 +0200 Subject: hmm --- asgard/settings.d/10-apps.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'asgard/settings.d') 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 -- cgit v1.1