Thumbnails support for questions of type "przyporzadkuj", question update
[edumed.git] / edumed / settings.d / 20-basic.py
index 3c900c8..9d0a384 100644 (file)
@@ -23,6 +23,11 @@ TEMPLATE_LOADERS = (
 
 ROOT_URLCONF = 'edumed.urls'
 
+SUBDOMAIN_URLCONFS = {
+    None: 'edumed.urls',
+    'katalog': 'edumed.milurls',
+}
+
 # Python dotted path to the WSGI application used by Django's runserver.
 WSGI_APPLICATION = 'edumed.wsgi.application'