mirror of
https://github.com/correl/codereview.git
synced 2024-11-23 19:19:50 +00:00
Update login url
This commit is contained in:
parent
44bab4989a
commit
a71e07944a
1 changed files with 1 additions and 0 deletions
|
@ -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".
|
||||||
|
|
Loading…
Reference in a new issue