Redirect login to rooms list

This commit is contained in:
Gabriel Augendre 2018-03-05 22:03:51 +01:00
parent 5335337fb4
commit dca0269e9b
No known key found for this signature in database
GPG key ID: F360212F958357D4

View file

@ -115,3 +115,5 @@ USE_TZ = True
STATIC_URL = '/static/'
STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles')
LOGIN_REDIRECT_URL = 'rooms-list'