You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added Django 3.0 support by removing python2 support (#544)
* removed invalid python 2 compatibility imports from django
* removed future imports that only mattered for python 2
* added a pre-commit configuration with default settings and pyupgrade
* removed python 2.7 and added python 3.8 to travis configuration
Copy file name to clipboardexpand all lines: README.rst
+2-2
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ Edit your settings.py file:
62
62
63
63
.. note::
64
64
If you need to support multiple mobile applications from a single Django application, see `Multiple Application Support <https://github.com/jazzband/django-push-notifications/wiki/Multiple-Application-Support>`_ for details.
65
-
65
+
66
66
.. note::
67
67
If you are planning on running your project with ``APNS_USE_SANDBOX=True``, then make sure you have set the
68
68
*development* certificate as your ``APNS_CERTIFICATE``. Otherwise the app will not be able to connect to the correct host. See settings_ for details.
@@ -106,7 +106,7 @@ For WNS, you need both the ``WNS_PACKAGE_SECURITY_KEY`` and the ``WNS_SECRET_KEY
0 commit comments