@@ -31,11 +31,11 @@ project by forking the repository and sending some pull requests. The package
3131is translated into English, Dutch and other languages. Please contribute your
3232own language using Transifex _.
3333
34- Test drive this app through the online `example app `_, hosted by Heroku _. It
35- demos most features except the Twilio integration. The example also includes
36- django-user-sessions _ for providing Django sessions with a foreign key to the
37- user. Although the package is optional, it improves account security control
38- over ``django.contrib.sessions ``.
34+ Test drive this app through the `example app `_. It demos most features except
35+ the Twilio integration. The example also includes django-user-sessions _ for
36+ providing Django sessions with a foreign key to the user. Although the package
37+ is optional, it improves account security control over
38+ ``django.contrib.sessions ``.
3939
4040Compatible with modern Django versions. At the moment of writing that's
4141including 2.2, 3.1, 3.2, and 4.0 on Python 3.7, 3.8, 3.9 and 3.10.
@@ -64,18 +64,18 @@ Read the `contribution guidelines`_.
6464See Also
6565========
6666Have a look at django-user-sessions _ for Django sessions with a foreign key to
67- the user. This package is also included in the online `example app `_.
67+ the user. This package is also included in the `example app `_.
6868
6969
7070License
7171=======
7272The project is licensed under the MIT license.
7373
74- .. _`example app` : https://example-two-factor-auth.herokuapp.com
74+ .. _`example app` :
75+ https://github.com/jazzband/django-two-factor-auth/tree/master/example
7576.. _django-otp : https://pypi.org/project/django-otp/
7677.. _Transifex : https://www.transifex.com/projects/p/django-two-factor-auth/
7778.. _Twilio : https://www.twilio.com/
78- .. _Heroku : https://www.heroku.com
7979.. _contribution guidelines :
8080 https://github.com/jazzband/django-two-factor-auth/blob/master/CONTRIBUTING.rst
8181.. _django-user-sessions : https://pypi.org/project/django-user-sessions/
0 commit comments