Skip to content

Commit 625abd1

Browse files
Merge pull request #146 from django-commons/chore/142-transfer-to-django-commons
Finalize transfer to django-commons
2 parents f391ff8 + d2e7d96 commit 625abd1

File tree

6 files changed

+14
-24
lines changed

6 files changed

+14
-24
lines changed

CODE_OF_CONDUCT.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Code of Conduct
2+
3+
The best-practices project utilizes the [Django Commons Code of Conduct](https://github.com/django-commons/membership/blob/main/CODE_OF_CONDUCT.md).

CONTRIBUTING.rst

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
1-
.. image:: https://jazzband.co/static/img/jazzband.svg
2-
:target: https://jazzband.co/
3-
:alt: Jazzband
4-
5-
This is a `Jazzband <https://jazzband.co>`_ project. By contributing you agree to abide
6-
by the `Contributor Code of Conduct <https://jazzband.co/about/conduct>`_ and follow
7-
the `guidelines <https://jazzband.co/about/guidelines>`_.
1+
By contributing you agree to abide by the
2+
`Contributor Code of Conduct <https://github.com/django-commons/membership/blob/main/CODE_OF_CONDUCT.md>`_.
83

94
How can you contribute?
105
=======================

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ Django cookie consent
33

44
Manage cookie information and let visitors give or reject consent for them.
55

6-
[![Jazzband][badge:jazzband]][jazzband]
7-
86
![License](https://img.shields.io/pypi/l/django-cookie-consent)
97
[![Build status][badge:GithubActions:CI]][GithubActions:CI]
108
[![Code Quality][badge:GithubActions:CQ]][GithubActions:CQ]

docs/example_app.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ a wrapper around this anyway).
1616

1717
.. code-block:: bash
1818
19-
git clone https://github.com/jazzband/django-cookie-consent.git
19+
git clone https://github.com/django-commons/django-cookie-consent.git
2020
cd django-cookie-consent
2121
2222
#. Create a virtual environment for the project, using any supported Python version

docs/index.rst

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ Django cookie consent
44

55
Manage cookie information and let visitors give or reject consent for them.
66

7-
|jazzband|
8-
97
|build-status| |code-quality| |black| |coverage| |docs|
108

119
|python-versions| |django-versions| |pypi-version|
@@ -20,7 +18,7 @@ Features
2018
* logging user actions when they accept and decline various cookies
2119
* easy adding new cookies and seamlessly re-asking for consent for new cookies
2220

23-
You can find the source code and development progress on https://github.com/jazzband/django-cookie-consent/.
21+
You can find the source code and development progress on https://github.com/django-commons/django-cookie-consent/.
2422

2523
User Guide
2624
----------
@@ -57,23 +55,19 @@ Indices and tables
5755
* :ref:`modindex`
5856
* :ref:`search`
5957

60-
.. |jazzband| image:: https://jazzband.co/static/img/badge.svg
61-
:target: https://jazzband.co/
62-
:alt: Jazzband
63-
64-
.. |build-status| image:: https://github.com/jazzband/django-cookie-consent/workflows/Run%20CI/badge.svg
58+
.. |build-status| image:: https://github.com/django-commons/django-cookie-consent/workflows/Run%20CI/badge.svg
6559
:alt: Build status
66-
:target: https://github.com/jazzband/django-cookie-consent/actions?query=workflow%3A%22Run+CI%22
60+
:target: https://github.com/django-commons/django-cookie-consent/actions?query=workflow%3A%22Run+CI%22
6761

68-
.. |code-quality| image:: https://github.com/jazzband/django-cookie-consent/workflows/Code%20quality%20checks/badge.svg
62+
.. |code-quality| image:: https://github.com/django-commons/django-cookie-consent/workflows/Code%20quality%20checks/badge.svg
6963
:alt: Code quality checks
70-
:target: https://github.com/jazzband/django-cookie-consent/actions?query=workflow%3A%22Code+quality+checks%22
64+
:target: https://github.com/django-commons/django-cookie-consent/actions?query=workflow%3A%22Code+quality+checks%22
7165

7266
.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
7367
:target: https://github.com/psf/black
7468

75-
.. |coverage| image:: https://codecov.io/gh/jazzband/django-cookie-consent/branch/master/graph/badge.svg
76-
:target: https://codecov.io/gh/jazzband/django-cookie-consent
69+
.. |coverage| image:: https://codecov.io/gh/django-commons/django-cookie-consent/branch/master/graph/badge.svg
70+
:target: https://codecov.io/gh/django-commons/django-cookie-consent
7771
:alt: Coverage status
7872

7973
.. |docs| image:: https://readthedocs.org/projects/django-cookie-consent/badge/?version=latest

docs/quickstart.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Alternatively, you can install directly from Github:
1515

1616
.. code-block:: bash
1717
18-
pip install git+https://github.com/jazzband/django-cookie-consent@master#egg=django-cookie-consent
18+
pip install git+https://github.com/django-commons/django-cookie-consent@master#egg=django-cookie-consent
1919
2020
.. warning:: Installing from the master branch can be unstable. It is recommended to pin
2121
your installation to a specific git tag or commit.

0 commit comments

Comments
 (0)