mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
link to correct master branch
This commit is contained in:
parent
4f9d011cd2
commit
51966084d7
1 changed files with 4 additions and 4 deletions
|
|
@ -16,9 +16,9 @@ Install from PyPI::
|
|||
|
||||
Or install the `in-development version`_ using ``pip``::
|
||||
|
||||
pip install -e git+git://github.com/aleszoulek/django-constance#egg=django-constance
|
||||
pip install -e git+git://github.com/comoga/django-constance#egg=django-constance
|
||||
|
||||
.. _`in-development version`: https://github.com/aleszoulek/django-constance/tarball/master#egg=django-constance-dev
|
||||
.. _`in-development version`: https://github.com/comoga/django-constance/tarball/master#egg=django-constance-dev
|
||||
|
||||
Configuration
|
||||
-------------
|
||||
|
|
@ -173,11 +173,11 @@ with ``MY_SETTINGS_KEY`` in the ``Config`` pseudo model.
|
|||
Screenshots
|
||||
-----------
|
||||
|
||||
.. figure:: https://github.com/aleszoulek/django-constance/raw/master/docs/screenshot2.png
|
||||
.. figure:: https://github.com/comoga/django-constance/raw/master/docs/screenshot2.png
|
||||
|
||||
The standard edit screen.
|
||||
|
||||
.. figure:: https://github.com/aleszoulek/django-constance/raw/master/docs/screenshot1.png
|
||||
.. figure:: https://github.com/comoga/django-constance/raw/master/docs/screenshot1.png
|
||||
|
||||
The virtual application ``Constance`` among your regular applications.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue