Upsi :)
This commit is contained in:
parent
b156aa9880
commit
4aa3ace9b0
|
|
@ -157,10 +157,10 @@ USE_L10N = True
|
|||
USE_TZ = True
|
||||
|
||||
# REDIRCETTARGET AFTER SUCCHESSFULLY LOGIN
|
||||
LOGIN_REDIRECT_URL = 'login'
|
||||
LOGIN_REDIRECT_URL = 'users-dashboard'
|
||||
|
||||
# LOGIN PAGE FOR LOGIN-REDIRECT
|
||||
#LOGIN_URL = 'login'
|
||||
LOGIN_URL = 'login'
|
||||
|
||||
# Static files (CSS, JavaScript, Images)
|
||||
# https://docs.djangoproject.com/en/2.2/howto/static-files/
|
||||
|
|
|
|||
Loading…
Reference in New Issue