django-model-utils/docs/setup.rst
2022-08-17 23:08:31 +02:00

23 lines
482 B
ReStructuredText

=====
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
============
``django-model-utils`` supports `Django`_ 3.2+ (latest bugfix
release in each series only) on Python 3.7+.
.. _Django: http://www.djangoproject.com/