mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
document installation and dependencies
This commit is contained in:
parent
150990c7da
commit
9e17731639
1 changed files with 24 additions and 0 deletions
24
README.txt
24
README.txt
|
|
@ -4,6 +4,30 @@ django-model-utils
|
|||
|
||||
Django model mixins and utilities.
|
||||
|
||||
Installation
|
||||
============
|
||||
|
||||
Install from PyPI with ``easy_install`` or ``pip``::
|
||||
|
||||
pip install django-model-utils
|
||||
|
||||
or get the `in-development version`_::
|
||||
|
||||
pip install django-model-utils==tip
|
||||
|
||||
.. _in-development version: http://bitbucket.org/carljm/django-model-utils/get/tip.gz#egg=django_model_utils-tip
|
||||
|
||||
To use ``django-model-utils`` in your Django project, just import the
|
||||
utility classes described below; there is no need to modify your
|
||||
``INSTALLED_APPS`` setting.
|
||||
|
||||
Dependencies
|
||||
------------
|
||||
|
||||
``django-model-utils`` requires `Django`_ 1.0 or later.
|
||||
|
||||
.. _Django: http://www.djangoproject.com/
|
||||
|
||||
models.InheritanceCastModel
|
||||
===========================
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue