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