Moved to Jazzband.

This commit is contained in:
Jannis Leidel 2015-12-17 10:22:38 +01:00
parent 85fe4c0ae5
commit dd128b586d
4 changed files with 15 additions and 12 deletions

3
CONTRIBUTING.md Normal file
View file

@ -0,0 +1,3 @@
[![Jazzband](https://jazzband.co/static/img/jazzband.svg)](https://jazzband.co/)
This is a [Jazzband](https://jazzband.co/) project. By contributing you agree to abide by the [Contributor Code of Condut](https://jazzband.co/docs/conduct) and follow the [guidelines](https://jazzband.co/docs/guidelines).

View file

@ -1,13 +1,13 @@
django-configurations
=====================
.. image:: https://secure.travis-ci.org/jezdez/django-configurations.png
.. image:: https://secure.travis-ci.org/jazzband/django-configurations.png
:alt: Build Status
:target: https://travis-ci.org/jezdez/django-configurations
:target: https://travis-ci.org/jazzband/django-configurations
.. image:: https://img.shields.io/badge/bus%20factor-1-red.svg
:alt: bus factor 1
:target: https://en.wikipedia.org/wiki/Bus_factor
.. image:: https://jazzband.co/static/img/badge.svg
:alt: Jazzband
:target: https://jazzband.co/
django-configurations eases Django project configuration by relying
on the composability of Python classes. It extends the notion of

View file

@ -78,17 +78,17 @@ First install Django 1.5.x and django-configurations:
.. code-block:: console
$ pip install -r https://raw.github.com/jezdez/django-configurations/templates/1.5.x/requirements.txt
$ pip install -r https://raw.github.com/jazzband/django-configurations/templates/1.5.x/requirements.txt
Then create your new Django project with the provided template:
.. code-block:: console
$ django-admin.py startproject mysite -v2 --template https://github.com/jezdez/django-configurations/archive/templates/1.5.x.zip
$ django-admin.py startproject mysite -v2 --template https://github.com/jazzband/django-configurations/archive/templates/1.5.x.zip
See the repository of the template for more information:
https://github.com/jezdez/django-configurations/tree/templates/1.5.x
https://github.com/jazzband/django-configurations/tree/templates/1.5.x
Django 1.6.x
^^^^^^^^^^^^
@ -97,20 +97,20 @@ First install Django 1.6.x and django-configurations:
.. code-block:: console
$ pip install -r https://raw.github.com/jezdez/django-configurations/templates/1.6.x/requirements.txt
$ pip install -r https://raw.github.com/jazzband/django-configurations/templates/1.6.x/requirements.txt
Or Django 1.6:
.. code-block:: console
$ django-admin.py startproject mysite -v2 --template https://github.com/jezdez/django-configurations/archive/templates/1.6.x.zip
$ django-admin.py startproject mysite -v2 --template https://github.com/jazzband/django-configurations/archive/templates/1.6.x.zip
Now you have a default Django 1.5.x or 1.6.x project in the ``mysite``
directory that uses django-configurations.
See the repository of the template for more information:
https://github.com/jezdez/django-configurations/tree/templates/1.6.x
https://github.com/jazzband/django-configurations/tree/templates/1.6.x
.. _pip: http://pip-installer.org/

View file

@ -93,6 +93,6 @@ Bugs and feature requests
As always your mileage may vary, so please don't hesitate to send feature
requests and bug reports:
https://github.com/jezdez/django-configurations/issues
https://github.com/jazzband/django-configurations/issues
Thanks!