mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-16 19:41:03 +03:00
Move repo under cookiecutter organisation (#3357)
This commit is contained in:
parent
d30de53d10
commit
b2d46296f0
2
.github/ISSUE_TEMPLATE/bug.md
vendored
2
.github/ISSUE_TEMPLATE/bug.md
vendored
|
@ -51,7 +51,7 @@ labels: bug
|
||||||
Logs:
|
Logs:
|
||||||
<details>
|
<details>
|
||||||
<pre>
|
<pre>
|
||||||
$ cookiecutter https://github.com/pydanny/cookiecutter-django
|
$ cookiecutter https://github.com/cookiecutter/cookiecutter-django
|
||||||
project_name [Project Name]: ...
|
project_name [Project Name]: ...
|
||||||
</pre>
|
</pre>
|
||||||
</details>
|
</details>
|
||||||
|
|
2
.github/ISSUE_TEMPLATE/paid-support.md
vendored
2
.github/ISSUE_TEMPLATE/paid-support.md
vendored
|
@ -3,7 +3,7 @@ name: Paid Support Request
|
||||||
about: Ask Core Team members to help you out
|
about: Ask Core Team members to help you out
|
||||||
---
|
---
|
||||||
|
|
||||||
Provided your question goes beyond [regular support](https://github.com/pydanny/cookiecutter-django/issues/new?template=question.md), and/or the task at hand is of timely/high priority nature use the below information to reach out for contributors directly.
|
Provided your question goes beyond [regular support](https://github.com/cookiecutter/cookiecutter-django/issues/new?template=question.md), and/or the task at hand is of timely/high priority nature use the below information to reach out for contributors directly.
|
||||||
|
|
||||||
* Daniel Roy Greenfeld, Project Lead ([GitHub](https://github.com/pydanny), [Patreon](https://www.patreon.com/danielroygreenfeld)): expertise in Django and AWS ELB.
|
* Daniel Roy Greenfeld, Project Lead ([GitHub](https://github.com/pydanny), [Patreon](https://www.patreon.com/danielroygreenfeld)): expertise in Django and AWS ELB.
|
||||||
|
|
||||||
|
|
752
CHANGELOG.md
752
CHANGELOG.md
File diff suppressed because it is too large
Load Diff
22
README.rst
22
README.rst
|
@ -1,23 +1,23 @@
|
||||||
Cookiecutter Django
|
Cookiecutter Django
|
||||||
===================
|
===================
|
||||||
|
|
||||||
.. image:: https://img.shields.io/github/workflow/status/pydanny/cookiecutter-django/CI/master
|
.. image:: https://img.shields.io/github/workflow/status/cookiecutter/cookiecutter-django/CI/master
|
||||||
:target: https://github.com/pydanny/cookiecutter-django/actions?query=workflow%3ACI
|
:target: https://github.com/cookiecutter/cookiecutter-django/actions?query=workflow%3ACI
|
||||||
:alt: Build Status
|
:alt: Build Status
|
||||||
|
|
||||||
.. image:: https://readthedocs.org/projects/cookiecutter-django/badge/?version=latest
|
.. image:: https://readthedocs.org/projects/cookiecutter-django/badge/?version=latest
|
||||||
:target: https://cookiecutter-django.readthedocs.io/en/latest/?badge=latest
|
:target: https://cookiecutter-django.readthedocs.io/en/latest/?badge=latest
|
||||||
:alt: Documentation Status
|
:alt: Documentation Status
|
||||||
|
|
||||||
.. image:: https://pyup.io/repos/github/pydanny/cookiecutter-django/shield.svg
|
.. image:: https://pyup.io/repos/github/cookiecutter/cookiecutter-django/shield.svg
|
||||||
:target: https://pyup.io/repos/github/pydanny/cookiecutter-django/
|
:target: https://pyup.io/repos/github/cookiecutter/cookiecutter-django/
|
||||||
:alt: Updates
|
:alt: Updates
|
||||||
|
|
||||||
.. image:: https://img.shields.io/badge/cookiecutter-Join%20on%20Slack-green?style=flat&logo=slack
|
.. image:: https://img.shields.io/badge/cookiecutter-Join%20on%20Slack-green?style=flat&logo=slack
|
||||||
:target: https://join.slack.com/t/cookie-cutter/shared_invite/enQtNzI0Mzg5NjE5Nzk5LTRlYWI2YTZhYmQ4YmU1Y2Q2NmE1ZjkwOGM0NDQyNTIwY2M4ZTgyNDVkNjMxMDdhZGI5ZGE5YmJjM2M3ODJlY2U
|
:target: https://join.slack.com/t/cookie-cutter/shared_invite/enQtNzI0Mzg5NjE5Nzk5LTRlYWI2YTZhYmQ4YmU1Y2Q2NmE1ZjkwOGM0NDQyNTIwY2M4ZTgyNDVkNjMxMDdhZGI5ZGE5YmJjM2M3ODJlY2U
|
||||||
|
|
||||||
.. image:: https://www.codetriage.com/pydanny/cookiecutter-django/badges/users.svg
|
.. image:: https://www.codetriage.com/cookiecutter/cookiecutter-django/badges/users.svg
|
||||||
:target: https://www.codetriage.com/pydanny/cookiecutter-django
|
:target: https://www.codetriage.com/cookiecutter/cookiecutter-django
|
||||||
:alt: Code Helpers Badge
|
:alt: Code Helpers Badge
|
||||||
|
|
||||||
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
|
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
|
||||||
|
@ -34,8 +34,8 @@ production-ready Django projects quickly.
|
||||||
|
|
||||||
.. _Troubleshooting: https://cookiecutter-django.readthedocs.io/en/latest/troubleshooting.html
|
.. _Troubleshooting: https://cookiecutter-django.readthedocs.io/en/latest/troubleshooting.html
|
||||||
|
|
||||||
.. _528: https://github.com/pydanny/cookiecutter-django/issues/528#issuecomment-212650373
|
.. _528: https://github.com/cookiecutter/cookiecutter-django/issues/528#issuecomment-212650373
|
||||||
.. _issues: https://github.com/pydanny/cookiecutter-django/issues/new
|
.. _issues: https://github.com/cookiecutter/cookiecutter-django/issues/new
|
||||||
|
|
||||||
Features
|
Features
|
||||||
---------
|
---------
|
||||||
|
@ -145,7 +145,7 @@ First, get Cookiecutter. Trust me, it's awesome::
|
||||||
|
|
||||||
Now run it against this repo::
|
Now run it against this repo::
|
||||||
|
|
||||||
$ cookiecutter https://github.com/pydanny/cookiecutter-django
|
$ cookiecutter https://github.com/cookiecutter/cookiecutter-django
|
||||||
|
|
||||||
You'll be prompted for some values. Provide them, then a Django project will be created for you.
|
You'll be prompted for some values. Provide them, then a Django project will be created for you.
|
||||||
|
|
||||||
|
@ -234,7 +234,7 @@ Community
|
||||||
* For anything else, you can chat with us on `Slack`_.
|
* For anything else, you can chat with us on `Slack`_.
|
||||||
|
|
||||||
.. _`Stack Overflow`: http://stackoverflow.com/questions/tagged/cookiecutter-django
|
.. _`Stack Overflow`: http://stackoverflow.com/questions/tagged/cookiecutter-django
|
||||||
.. _`issue`: https://github.com/pydanny/cookiecutter-django/issues
|
.. _`issue`: https://github.com/cookiecutter/cookiecutter-django/issues
|
||||||
.. _`Slack`: https://join.slack.com/t/cookie-cutter/shared_invite/enQtNzI0Mzg5NjE5Nzk5LTRlYWI2YTZhYmQ4YmU1Y2Q2NmE1ZjkwOGM0NDQyNTIwY2M4ZTgyNDVkNjMxMDdhZGI5ZGE5YmJjM2M3ODJlY2U
|
.. _`Slack`: https://join.slack.com/t/cookie-cutter/shared_invite/enQtNzI0Mzg5NjE5Nzk5LTRlYWI2YTZhYmQ4YmU1Y2Q2NmE1ZjkwOGM0NDQyNTIwY2M4ZTgyNDVkNjMxMDdhZGI5ZGE5YmJjM2M3ODJlY2U
|
||||||
|
|
||||||
For Readers of Two Scoops of Django
|
For Readers of Two Scoops of Django
|
||||||
|
@ -257,7 +257,7 @@ Scattered throughout the Python and HTML of this project are places marked with
|
||||||
Releases
|
Releases
|
||||||
--------
|
--------
|
||||||
|
|
||||||
Need a stable release? You can find them at https://github.com/pydanny/cookiecutter-django/releases
|
Need a stable release? You can find them at https://github.com/cookiecutter/cookiecutter-django/releases
|
||||||
|
|
||||||
|
|
||||||
Not Exactly What You Want?
|
Not Exactly What You Want?
|
||||||
|
|
|
@ -26,7 +26,7 @@ First things first.
|
||||||
|
|
||||||
#. Install cookiecutter-django: ::
|
#. Install cookiecutter-django: ::
|
||||||
|
|
||||||
$ cookiecutter gh:pydanny/cookiecutter-django
|
$ cookiecutter gh:cookiecutter/cookiecutter-django
|
||||||
|
|
||||||
#. Install development requirements: ::
|
#. Install development requirements: ::
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ It is there to add a migration so you don't have to manually change the ``sites.
|
||||||
|
|
||||||
See `0003_set_site_domain_and_name.py`_.
|
See `0003_set_site_domain_and_name.py`_.
|
||||||
|
|
||||||
.. _`0003_set_site_domain_and_name.py`: https://github.com/pydanny/cookiecutter-django/blob/master/%7B%7Bcookiecutter.project_slug%7D%7D/%7B%7Bcookiecutter.project_slug%7D%7D/contrib/sites/migrations/0003_set_site_domain_and_name.py
|
.. _`0003_set_site_domain_and_name.py`: https://github.com/cookiecutter/cookiecutter-django/blob/master/%7B%7Bcookiecutter.project_slug%7D%7D/%7B%7Bcookiecutter.project_slug%7D%7D/contrib/sites/migrations/0003_set_site_domain_and_name.py
|
||||||
|
|
||||||
|
|
||||||
Why aren't you using just one configuration file (12-Factor App)
|
Why aren't you using just one configuration file (12-Factor App)
|
||||||
|
|
|
@ -47,5 +47,5 @@ Others
|
||||||
|
|
||||||
#. New apps not getting created in project root: This is the expected behavior, because cookiecutter-django does not change the way that django startapp works, you'll have to fix this manually (see `#1725`_)
|
#. New apps not getting created in project root: This is the expected behavior, because cookiecutter-django does not change the way that django startapp works, you'll have to fix this manually (see `#1725`_)
|
||||||
|
|
||||||
.. _#528: https://github.com/pydanny/cookiecutter-django/issues/528#issuecomment-212650373
|
.. _#528: https://github.com/cookiecutter/cookiecutter-django/issues/528#issuecomment-212650373
|
||||||
.. _#1725: https://github.com/pydanny/cookiecutter-django/issues/1725#issuecomment-407493176
|
.. _#1725: https://github.com/cookiecutter/cookiecutter-django/issues/1725#issuecomment-407493176
|
||||||
|
|
|
@ -39,7 +39,9 @@ def main() -> None:
|
||||||
|
|
||||||
def iter_pulls():
|
def iter_pulls():
|
||||||
"""Fetch merged pull requests at the date we're interested in."""
|
"""Fetch merged pull requests at the date we're interested in."""
|
||||||
repo = Github(login_or_token=GITHUB_TOKEN).get_repo("pydanny/cookiecutter-django")
|
repo = Github(login_or_token=GITHUB_TOKEN).get_repo(
|
||||||
|
"cookiecutter/cookiecutter-django"
|
||||||
|
)
|
||||||
recent_pulls = repo.get_pulls(
|
recent_pulls = repo.get_pulls(
|
||||||
state="closed", sort="updated", direction="desc"
|
state="closed", sort="updated", direction="desc"
|
||||||
).get_page(0)
|
).get_page(0)
|
||||||
|
|
|
@ -39,7 +39,7 @@ def iter_recent_authors():
|
||||||
Use Github API to fetch recent authors rather than
|
Use Github API to fetch recent authors rather than
|
||||||
git CLI to work with Github usernames.
|
git CLI to work with Github usernames.
|
||||||
"""
|
"""
|
||||||
repo = Github(per_page=5).get_repo("pydanny/cookiecutter-django")
|
repo = Github(per_page=5).get_repo("cookiecutter/cookiecutter-django")
|
||||||
recent_pulls = repo.get_pulls(
|
recent_pulls = repo.get_pulls(
|
||||||
state="closed", sort="updated", direction="desc"
|
state="closed", sort="updated", direction="desc"
|
||||||
).get_page(0)
|
).get_page(0)
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -27,7 +27,7 @@ setup(
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
author="Daniel Roy Greenfeld",
|
author="Daniel Roy Greenfeld",
|
||||||
author_email="pydanny@gmail.com",
|
author_email="pydanny@gmail.com",
|
||||||
url="https://github.com/pydanny/cookiecutter-django",
|
url="https://github.com/cookiecutter/cookiecutter-django",
|
||||||
packages=[],
|
packages=[],
|
||||||
license="BSD",
|
license="BSD",
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
{{cookiecutter.description}}
|
{{cookiecutter.description}}
|
||||||
|
|
||||||
.. image:: https://img.shields.io/badge/built%20with-Cookiecutter%20Django-ff69b4.svg?logo=cookiecutter
|
.. image:: https://img.shields.io/badge/built%20with-Cookiecutter%20Django-ff69b4.svg?logo=cookiecutter
|
||||||
:target: https://github.com/pydanny/cookiecutter-django/
|
:target: https://github.com/cookiecutter/cookiecutter-django/
|
||||||
:alt: Built with Cookiecutter Django
|
:alt: Built with Cookiecutter Django
|
||||||
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
|
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
|
||||||
:target: https://github.com/ambv/black
|
:target: https://github.com/ambv/black
|
||||||
|
|
Loading…
Reference in New Issue
Block a user