digitalglarus booking update
This commit is contained in:
parent
98cc38b1cf
commit
213f295394
22 changed files with 5935 additions and 3794 deletions
|
|
@ -282,9 +282,9 @@ CACHES = {
|
|||
}
|
||||
|
||||
if LOGIN_URL is None:
|
||||
LOGIN_URL = APP_ROOT_ENDPOINT + 'accounts/login/'
|
||||
LOGIN_URL = APP_ROOT_ENDPOINT + 'login/'
|
||||
if LOGOUT_URL is None:
|
||||
LOGOUT_URL = APP_ROOT_ENDPOINT + 'accounts/logout/'
|
||||
LOGOUT_URL = APP_ROOT_ENDPOINT + 'logout/'
|
||||
if LOGIN_REDIRECT_URL is None:
|
||||
LOGIN_REDIRECT_URL = APP_ROOT_ENDPOINT
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue