Update code

This commit is contained in:
Andros Fenollosa
2020-11-17 20:55:31 +01:00
parent 0be01da629
commit 39964255e8
3 changed files with 37 additions and 28 deletions

View File

@ -113,11 +113,11 @@ LANGUAGE_CODE = 'en-us'
TIME_ZONE = 'UTC'
USE_I18N = True
USE_I18N = False
USE_L10N = True
USE_L10N = False
USE_TZ = True
USE_TZ = False
# Static files (CSS, JavaScript, Images)