We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fdade8 commit 8e27a6bCopy full SHA for 8e27a6b
README.rst
@@ -7,7 +7,7 @@ Django Swingtime
7
.. image:: https://badge.fury.io/py/django-swingtime.svg
8
:target: http://badge.fury.io/py/django-swingtime
9
10
-:Version: 1.5.0
+:Version: 1.5.1
11
:Demo: https://nerdfog.com/swingtime/
12
:Download: https://pypi.org/project/django-swingtime/
13
:Source: https://github.com/dakrauth/django-swingtime
demo/settings.py
@@ -26,6 +26,7 @@
26
TIME_ZONE = 'America/New_York'
27
SITE_ID = 1
28
USE_I18N = True
29
+USE_TZ = False
30
SECRET_KEY = 'swingtime-demo'
31
TEST_RUNNER = 'django.test.runner.DiscoverRunner'
32
TEMPLATES = [{
0 commit comments