Changed urls module path in settings to full 'wolnelektury.urls'.
authorMarek Stępniowski <marek@stepniowski.com>
Wed, 1 Oct 2008 11:19:30 +0000 (13:19 +0200)
committerMarek Stępniowski <marek@stepniowski.com>
Wed, 1 Oct 2008 11:19:30 +0000 (13:19 +0200)
wolnelektury/settings.py

index de4b2cc..1e60e1d 100644 (file)
@@ -75,7 +75,7 @@ MIDDLEWARE_CLASSES = [
     'pagination.middleware.PaginationMiddleware',
 ]
 
-ROOT_URLCONF = 'urls'
+ROOT_URLCONF = 'wolnelektury.urls'
 
 TEMPLATE_DIRS = [
     path.join(PROJECT_DIR, 'templates'),