mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-09 19:40:19 +00:00
Refactor login and logout with built-in views
This commit is contained in:
@ -102,3 +102,5 @@ USE_TZ = True
|
||||
|
||||
STATIC_URL = '/static/'
|
||||
AUTH_USER_MODEL = 'core.User'
|
||||
LOGIN_URL = '/login'
|
||||
LOGIN_REDIRECT_URL = '/'
|
||||
|
Reference in New Issue
Block a user