From a21ec2fd75b3ea86d27f02b08a2706b04aa7c18a Mon Sep 17 00:00:00 2001 From: kimboot Date: Wed, 22 Mar 2023 00:08:24 +1000 Subject: [PATCH] django config --- pairent_backend/pairent_backend/settings.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pairent_backend/pairent_backend/settings.py b/pairent_backend/pairent_backend/settings.py index a5c04cd..335dfe0 100644 --- a/pairent_backend/pairent_backend/settings.py +++ b/pairent_backend/pairent_backend/settings.py @@ -103,9 +103,9 @@ AUTH_PASSWORD_VALIDATORS = [ # Internationalization # https://docs.djangoproject.com/en/4.1/topics/i18n/ -LANGUAGE_CODE = 'en-us' +LANGUAGE_CODE = 'ru-RU' -TIME_ZONE = 'UTC' +TIME_ZONE = '+10' USE_I18N = True @@ -115,7 +115,7 @@ USE_TZ = True # Static files (CSS, JavaScript, Images) # https://docs.djangoproject.com/en/4.1/howto/static-files/ -STATIC_URL = 'static/' +STATIC_URL = 'src/' # Default primary key field type # https://docs.djangoproject.com/en/4.1/ref/settings/#default-auto-field