diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..cd0b4a1 --- /dev/null +++ b/CONTRIBUTING.md @@ -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). diff --git a/README.rst b/README.rst index 6e45e06..7a50c94 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/docs/cookbook.rst b/docs/cookbook.rst index 02bef1e..8fd2173 100644 --- a/docs/cookbook.rst +++ b/docs/cookbook.rst @@ -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/ diff --git a/docs/index.rst b/docs/index.rst index dd89a94..702654e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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! \ No newline at end of file