django-model-utils/INSTALL.txt
Carl Meyer 3247ac5d4b initial import (with InheritanceCastModel)
--HG--
extra : convert_revision : carl%40dirtcircle.com-20090702180302-idhig8pzmbv8nv7l
2009-07-02 14:03:02 -04:00

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/.