Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
BEASYREFONTE
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sayni koffi
BEASYREFONTE
Commits
e197234e
Commit
e197234e
authored
Mar 27, 2024
by
sayni koffi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MJA du 27032024
parent
c972f86b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
settings.cpython-312.pyc
beasy/beasy/__pycache__/settings.cpython-312.pyc
+0
-0
settings.py
beasy/beasy/settings.py
+6
-2
No files found.
beasy/beasy/__pycache__/settings.cpython-312.pyc
View file @
e197234e
No preview for this file type
beasy/beasy/settings.py
View file @
e197234e
...
@@ -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"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment