django-model-utils/docs/setup.rst

24 lines
503 B
ReStructuredText
Raw Normal View History

=====
Setup
=====
Installation
============
Install from PyPI with ``pip``::
pip install django-model-utils
To use ``django-model-utils`` in your Django project, just import and
use the utility classes described in this documentation; there is no need to
modify your ``INSTALLED_APPS`` setting.
Dependencies
============
2020-06-11 12:52:42 +00:00
``django-model-utils`` supports `Django`_ 2.1+ and 3.0+ (latest bugfix
release in each series only) on Python 3.6, 3.7 and 3.8.
.. _Django: http://www.djangoproject.com/