From d32224bfd1ef4805dc3450777e4002ad0e05f7f6 Mon Sep 17 00:00:00 2001 From: Jeff Triplett Date: Sat, 4 Jan 2025 11:29:13 -0600 Subject: [PATCH] :shirt: Lints everything --- .github/issue_template.md | 2 +- .github/pull_request_template.md | 6 +++--- CNAME | 2 +- README.md | 8 ++++---- _config.yml | 6 +++--- contributing.md | 2 +- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/issue_template.md b/.github/issue_template.md index 458effd..95b2879 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -2,7 +2,7 @@ name: ⛔️ Add a New Project [Please Submit as Pull Request] about: How to submit a new Django project for the Awesome Django list title: '' -labels: +labels: assignees: '' --- diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index b4889a2..747ae81 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -6,9 +6,9 @@ title: "[NEW] Project Name" ## Project Information -1. **Project Name:** +1. **Project Name:** -2. **Project URL:** +2. **Project URL:** 3. **Description:** _(Please provide a brief description of the project.)_ @@ -21,7 +21,7 @@ Please answer the following questions about the project you are submitting. This **Note:** If your project is only a few months old or has under 50 to 100 stars on GitHub, it may NOT meet the criteria for inclusion in the Awesome Django list. We recommend that you promote your project more and then consider a submission at a later date when it has gained more visibility and community support. -**Additionally:** 🙅 We are not interested in Django Starter Kit projects. We might change our minds, but for now, these tend to be more similar than different. Every Django Starter Kit is awesome. +**Additionally:** 🙅 We are not interested in Django Starter Kit projects. We might change our minds, but for now, these tend to be more similar than different. Every Django Starter Kit is awesome. 1. **Is the project new?** - [ ] Yes diff --git a/CNAME b/CNAME index 044155a..79bf401 100644 --- a/CNAME +++ b/CNAME @@ -1 +1 @@ -awesomedjango.org \ No newline at end of file +awesomedjango.org diff --git a/README.md b/README.md index 5d51ed5..e6c4bcb 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/ - [django-baton](https://github.com/otto-torino/django-baton) - A cool, modern and responsive django admin application based on bootstrap 5. - [django-unfold](https://github.com/unfoldadmin/django-unfold) - Modern Django admin theme for seamless interface development. - [django-daisy](https://github.com/hypy13/django-daisy) - A modern django dashboard fully responsive built with daisyui. -- [django-admin-dracula](https://github.com/sjbitcode/django-admin-dracula) - 🦇 Dracula themes for the Django admin. +- [django-admin-dracula](https://github.com/sjbitcode/django-admin-dracula) - 🦇 Dracula themes for the Django admin. ### APIs @@ -376,7 +376,7 @@ _A short list of Python packages that work well with Django._ ## Resources ### Official Resources - + - [Project Website](https://www.djangoproject.com/) - Official Django website. - [Documentation](https://docs.djangoproject.com/en/dev/) - Comprehensive documentation for all Django versions. - [Polls Tutorial](https://docs.djangoproject.com/en/dev/intro/tutorial01/) - Build a polls tutorial while learning Django internals. @@ -386,7 +386,7 @@ _A short list of Python packages that work well with Django._ - [Django Girls Tutorial](https://tutorial.djangogirls.org/en/) - Use function-based views to build a blog app. - [LearnDjango](https://learndjango.com/) - Tutorials and premium courses on Django and Django REST Framework. - [Adam Johnson](https://adamj.eu/tech/) - Adam is on the Technical Board of Django and regularly writes tutorials. -- [Photon Designer - Django tutorials](https://photondesigner.com/articles) - Django tutorials by Tom Dekan on how to build Django apps simply - from how to build an instant messenger with Django, add instant search, to using Google Drive as a database. Updated regularly. +- [Photon Designer - Django tutorials](https://photondesigner.com/articles) - Django tutorials by Tom Dekan on how to build Django apps simply - from how to build an instant messenger with Django, add instant search, to using Google Drive as a database. Updated regularly. - [TestDriven](https://testdriven.io/blog/) - Multiple Django-specific tutorials on topics like Docker, payments, and more. - [Classy Class-Based Views](https://ccbv.co.uk/) - Detailed descriptions of methods/properties/attributes for each generic class-based view. - [Classy Django Forms](https://github.com/ana-balica/classy-django-forms) - Detailed descriptions of methods/properties/attributes for each form class. @@ -432,7 +432,7 @@ _A short list of Python packages that work well with Django._ ### Job Boards - [Django News Jobs](https://jobs.django-news.com/) - A Django job board that also aggregates other job boards. -- [Django Gigs](https://djangogigs.com) - This platform caters specifically to freelance and full-time Django developers. +- [Django Gigs](https://djangogigs.com) - This platform caters specifically to freelance and full-time Django developers. - [Django Jobs](https://djangojobs.net) - Django jobs posting for hiring Django Python developers. - [Python.org Job Boards](https://www.python.org/jobs/) - While not exclusively for Django, this job board is hosted by the official Python website and features a range of Python and Django-related job opportunities. diff --git a/_config.yml b/_config.yml index a3722ce..8a1db10 100644 --- a/_config.yml +++ b/_config.yml @@ -64,10 +64,10 @@ footer_content: >-

Please consider supporting Django by making a donation to the - Django Software Foundation, - sponsoring via GitHub Sponsors, + Django Software Foundation, + sponsoring via GitHub Sponsors, or buying official merchandise.

- +

Awesome Django is not associated with the Django Software Foundation.
Django is a registered trademark of the Django Software Foundation.

diff --git a/contributing.md b/contributing.md index defb0ff..5cc8677 100644 --- a/contributing.md +++ b/contributing.md @@ -1,6 +1,6 @@ # Contribution Guidelines -Contributions are welcome! Please note that Will and Jeff work on this as a benefit to the Django community. It is based on our own personal, biased thoughts. +Contributions are welcome! Please note that Will and Jeff work on this as a benefit to the Django community. It is based on our own personal, biased thoughts. If you disagree with choices made, you are welcome to fork this repo and create/maintain your own list of awesome Django resources if you disagree with choices I've made.