From 9c29861a949c5ac727af08631e2e80c37add7cfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20St=C5=99=C3=ADbn=C3=BD?= Date: Fri, 3 Nov 2023 20:39:58 +0100 Subject: [PATCH] Update README.md (#228) * Update README.md Add Sidewinder to the list of boilerplates * Update README.md Co-authored-by: Jeff Triplett --------- Co-authored-by: Jeff Triplett --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7e24e33..80ff2f6 100644 --- a/README.md +++ b/README.md @@ -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/)