mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-05-10 19:23:10 +00:00
Remove dev README note (git can be used instead)
This commit is contained in:
parent
298a790c9a
commit
e316517399
1 changed files with 0 additions and 6 deletions
|
|
@ -16,12 +16,6 @@ Install from PyPI with ``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.tar.gz#egg=django_model_utils-tip
|
||||
|
||||
To use ``django-model-utils`` in your Django project, just import and
|
||||
use the utility classes described below; there is no need to modify
|
||||
your ``INSTALLED_APPS`` setting.
|
||||
|
|
|
|||
Loading…
Reference in a new issue