diff --git a/settings.py b/settings.py index b10e1be..391d730 100755 --- a/settings.py +++ b/settings.py @@ -76,6 +76,7 @@ MIDDLEWARE_CLASSES = ( ) ROOT_URLCONF = 'codereview.urls' +LOGIN_URL = '/dashboard/login/' TEMPLATE_DIRS = ( # Put strings here, like "/home/html/django_templates" or "C:/www/django/templates".