Update README.md (#228)

* Update README.md

Add Sidewinder to the list of boilerplates

* Update README.md

Co-authored-by: Jeff Triplett <jefftriplett@users.noreply.github.com>

---------

Co-authored-by: Jeff Triplett <jefftriplett@users.noreply.github.com>
This commit is contained in:
Petr Stříbný 2023-11-03 20:39:58 +01:00 committed by GitHub
parent 5743693180
commit 9c29861a94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -440,6 +440,7 @@ _Django 3.2_
- [django-docker-heroku-template](https://github.com/bfirsh/django-docker-heroku-template) - A template with Docker, GitHub Actions, and Heroku set up for dev/test/prod, plus various other best practices.
- [cookiecutter-vue-django](https://github.com/ilikerobots/cookiecutter-vue-django) - Django + Vue starter project fusing Vue SFCs & Django Templates.
- [launchr](https://github.com/jayfk/launchr) - Launchr is a specialized Django starter template for SaaS web apps.
- [sidewinder](https://github.com/stribny/sidewinder/) - A Django starter kit that focuses on good defaults, developer experience, and deployment.
### Open Source Projects
- [Blog app with users and forms](https://github.com/wsvincent/djangoforbeginners/tree/master/ch7-blog-app-with-users/)