Rafał Pitoń 11 лет назад
Родитель
Сommit
7f6a5ef18c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      misago/urls.py

+ 1 - 1
misago/urls.py

@@ -1,7 +1,7 @@
 from django.conf.urls import patterns, include, url
 
 
-urlpatterns = patterns('misago.views',
+urlpatterns = patterns('misago.core',
     # forum_index link symbolises "root" of Misago links space
     # any request with path that falls below this one is assumed to be directed
     # at Misago and will be handled by misago.views.exceptionhandler if it