Update login url

This commit is contained in:
Correl Roush 2010-12-08 14:03:15 -05:00
parent 44bab4989a
commit a71e07944a

View file

@ -76,6 +76,7 @@ MIDDLEWARE_CLASSES = (
) )
ROOT_URLCONF = 'codereview.urls' ROOT_URLCONF = 'codereview.urls'
LOGIN_URL = '/dashboard/login/'
TEMPLATE_DIRS = ( TEMPLATE_DIRS = (
# Put strings here, like "/home/html/django_templates" or "C:/www/django/templates". # Put strings here, like "/home/html/django_templates" or "C:/www/django/templates".