django-model-utils/docs/setup.rst

24 lines
483 B
ReStructuredText
Raw Permalink 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
============
2022-08-17 20:49:23 +00:00
``django-model-utils`` supports `Django`_ 3.2+ (latest bugfix
2022-08-17 20:54:39 +00:00
release in each series only) on Python 3.7+.
2023-01-28 03:44:56 +00:00
.. _Django: https://www.djangoproject.com/