Django admin: timezone display

后端 未结 2 1403
野性不改
野性不改 2020-12-19 05:12

So i am making an app where you can find activities which happen at locations.

On the django-admin page i want to be able to modify Activities (which works).

2条回答
  •  情歌与酒
    2020-12-19 05:33

    Try to set
    USE_L10N = False on settings.py:

    https://docs.djangoproject.com/en/1.9/ref/settings/#use-l10n

提交回复
热议问题