File: setup.rst

package info (click to toggle)
django-model-utils 4.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 552 kB
  • sloc: python: 3,438; makefile: 181
file content (23 lines) | stat: -rw-r--r-- 494 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
=====
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`_ 2.2, 3.1 and 3.2 (latest bugfix
release in each series only) on Python 3.6+.

.. _Django: http://www.djangoproject.com/