Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Enzo Yair
/
turismo-api
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Enzo Yair
2024-10-01 22:24:54 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
47ce3e27e1289923fd6cb1f55458e6e0ba610560
47ce3e27
1 parent
60ad7775
correcciones en setting
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
project/settings/base.py
project/settings/base.py
View file @
47ce3e2
...
...
@@ -85,10 +85,9 @@ ROOT_URLCONF = 'project.urls'
# Python dotted path to the WSGI application used by Django's runserver.
WSGI_APPLICATION
=
'project.wsgi.application'
LANGUAGE_CODE
=
'es-
ar
'
LANGUAGE_CODE
=
'es-
AR
'
TIME_ZONE
=
'America/Argentina/Catamarca'
USE_I18N
=
True
USE_L10N
=
True
USE_TZ
=
True
LANGUAGES
=
[
...
...
Please
register
or
login
to post a comment