Showing
1 changed file
with
1 additions
and
2 deletions
@@ -85,10 +85,9 @@ ROOT_URLCONF = 'project.urls' | @@ -85,10 +85,9 @@ ROOT_URLCONF = 'project.urls' | ||
85 | # Python dotted path to the WSGI application used by Django's runserver. | 85 | # Python dotted path to the WSGI application used by Django's runserver. |
86 | WSGI_APPLICATION = 'project.wsgi.application' | 86 | WSGI_APPLICATION = 'project.wsgi.application' |
87 | 87 | ||
88 | -LANGUAGE_CODE = 'es-ar' | 88 | +LANGUAGE_CODE = 'es-AR' |
89 | TIME_ZONE = 'America/Argentina/Catamarca' | 89 | TIME_ZONE = 'America/Argentina/Catamarca' |
90 | USE_I18N = True | 90 | USE_I18N = True |
91 | -USE_L10N = True | ||
92 | USE_TZ = True | 91 | USE_TZ = True |
93 | 92 | ||
94 | LANGUAGES = [ | 93 | LANGUAGES = [ |
-
Please register or login to post a comment