django-axes/docs/1_requirements.rst
Aleksi Häkli e50bbd4701
Enumerate documentation source files
Signed-off-by: Aleksi Häkli <aleksi.hakli@iki.fi>
2019-02-25 22:35:44 +02:00

15 lines
657 B
ReStructuredText

.. _requirements:
Requirements
============
Axes requires a supported Django version and runs on Python and PyPy versions 3.5 and above.
Refer to the project source code repository in
`GitHub <https://github.com/jazzband/django-axes/>`_ and see the
`Travis CI configuration <https://github.com/jazzband/django-axes/blob/master/.travis.yml>`_ and
`Python package definition <https://github.com/jazzband/django-axes/blob/master/setup.py>`_
to check if your Django and Python version are supported.
The `Travis CI builds <https://travis-ci.org/jazzband/django-axes>`_
test Axes compatibility with the Django master branch for future compatibility as well.