add way to change version

This commit is contained in:
j 2020-05-15 18:48:58 +02:00
commit 7ba58d0b63
2 changed files with 6 additions and 8 deletions

View file

@ -36,6 +36,8 @@ LANGUAGE_CODE = 'en-us'
SITE_ID = 1
VERSION_EPOCH = None
# If you set this to False, Django will make some optimizations so as not
# to load the internationalization machinery.
USE_I18N = True