Redirect login to rooms list
This commit is contained in:
parent
5335337fb4
commit
dca0269e9b
1 changed files with 2 additions and 0 deletions
|
@ -115,3 +115,5 @@ USE_TZ = True
|
||||||
|
|
||||||
STATIC_URL = '/static/'
|
STATIC_URL = '/static/'
|
||||||
STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles')
|
STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles')
|
||||||
|
|
||||||
|
LOGIN_REDIRECT_URL = 'rooms-list'
|
||||||
|
|
Loading…
Reference in a new issue