From: Marek Stępniowski Date: Wed, 1 Oct 2008 11:19:30 +0000 (+0200) Subject: Changed urls module path in settings to full 'wolnelektury.urls'. X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/3b359310c4694d3ee06fa693ac0e6f999c502d2b?ds=sidebyside;hp=-c Changed urls module path in settings to full 'wolnelektury.urls'. --- 3b359310c4694d3ee06fa693ac0e6f999c502d2b diff --git a/wolnelektury/settings.py b/wolnelektury/settings.py index de4b2cc1f..1e60e1d07 100644 --- a/wolnelektury/settings.py +++ b/wolnelektury/settings.py @@ -75,7 +75,7 @@ MIDDLEWARE_CLASSES = [ 'pagination.middleware.PaginationMiddleware', ] -ROOT_URLCONF = 'urls' +ROOT_URLCONF = 'wolnelektury.urls' TEMPLATE_DIRS = [ path.join(PROJECT_DIR, 'templates'),