mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-04-17 18:00:59 +00:00
12 lines
462 B
Text
12 lines
462 B
Text
To install django-model-utils, run the following command inside this
|
|
directory:
|
|
|
|
python setup.py install
|
|
|
|
You can also just copy the included ``model_utils`` directory somewhere
|
|
on your Python path, or symlink to it from somewhere on your Python path, or
|
|
use ``easy_install`` or ``pip``.
|
|
|
|
This application requires Python 2.3 or later, and Django 1.0 or later.
|
|
You can obtain Python from http://www.python.org/ and Django from
|
|
http://www.djangoproject.com/.
|