Commit e197234e by sayni koffi

MJA du 27032024

parent c972f86b
...@@ -37,7 +37,9 @@ INSTALLED_APPS = [ ...@@ -37,7 +37,9 @@ INSTALLED_APPS = [
"django.contrib.staticfiles", "django.contrib.staticfiles",
"rest_framework", "rest_framework",
"rest_framework_simplejwt", "rest_framework_simplejwt",
"rest_framework_swagger" "rest_framework_swagger",
"authentication",
"mobile"
] ]
REST_FRAMEWORK = { REST_FRAMEWORK = {
...@@ -111,7 +113,7 @@ AUTH_PASSWORD_VALIDATORS = [ ...@@ -111,7 +113,7 @@ AUTH_PASSWORD_VALIDATORS = [
# Internationalization # Internationalization
# https://docs.djangoproject.com/en/5.0/topics/i18n/ # https://docs.djangoproject.com/en/5.0/topics/i18n/
LANGUAGE_CODE = "en-us" LANGUAGE_CODE = "fr-fr"
TIME_ZONE = "UTC" TIME_ZONE = "UTC"
...@@ -128,3 +130,5 @@ STATIC_URL = "static/" ...@@ -128,3 +130,5 @@ STATIC_URL = "static/"
# https://docs.djangoproject.com/en/5.0/ref/settings/#default-auto-field # https://docs.djangoproject.com/en/5.0/ref/settings/#default-auto-field
DEFAULT_AUTO_FIELD = "django.db.models.BigAutoField" DEFAULT_AUTO_FIELD = "django.db.models.BigAutoField"
AUTH_USER_MODEL = "authentication.User"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment