diff --git a/projtest/projtest/settings.py b/projtest/projtest/settings.py --- a/projtest/projtest/settings.py +++ b/projtest/projtest/settings.py @@ -129,6 +129,8 @@ INSTALLED_APPS = ( 'conntrackt', # Database migrations 'south', + # Generic mixins for Django. + 'braces', ) # A sample logging configuration. The only tangible logging @@ -159,3 +161,6 @@ LOGGING = { }, } } + +# View that should be called for log-in action. +LOGIN_URL="login"