redirect logins back to the index

This commit is contained in:
Andreas Zweili 2017-12-28 19:14:00 +01:00
parent f9f1c89a01
commit acafb61399
1 changed files with 2 additions and 0 deletions

View File

@ -133,3 +133,5 @@ USE_TZ = True
STATIC_URL = '/static/'
STATIC_ROOT = '/vagrant/django/didgeridoo/static/'
MEDIA_ROOT = '/vagrant/django/didgeridoo/media/'
LOGIN_REDIRECT_URL = '/'