generated from 2martens/django-template
Renamed further remnants of app to food_planner
This commit is contained in:
@ -109,10 +109,10 @@ AUTH_PASSWORD_VALIDATORS = [
|
||||
'NAME': 'django.contrib.auth.password_validation.NumericPasswordValidator',
|
||||
},
|
||||
]
|
||||
AUTH_PROFILE_MODULE = 'app.Profile'
|
||||
AUTH_PROFILE_MODULE = 'food_planner.Profile'
|
||||
|
||||
LOGIN_REDIRECT_URL = 'app:index'
|
||||
LOGOUT_REDIRECT_URL = 'app:index'
|
||||
LOGIN_REDIRECT_URL = 'food_planner:index'
|
||||
LOGOUT_REDIRECT_URL = 'food_planner:index'
|
||||
LOGIN_URL = 'login'
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user