-
Example: https://github.com/cookiecutter/cookiecutter-django/blob/master/%7B%7Bcookiecutter.project_slug%7D%7D/README.md
It would be nice to add other badges too like ruff, etc
-
Recently used this cookiecutter to deploy an app to heroku, and here are some findings for things to consider or sections to adjust:
- Had some trouble getting the build command working for the fir…
-
## What happened?
Github CI fails when local envs is not kept.
I think we need to remove these lines in Github CI: https://github.com/cookiecutter/cookiecutter-django/blob/f947c612faf1d612b…
-
while working on #386 i found that both the django and wagtail cookiecutter were in a broken state due to updated dependencies either conflicting with other dependencies or being out of sync with the …
-
## Background
Spin off from #318, #278
We have templates for Django and Wagtail projects, but the scaffolding is largely the same, which means we have two places to update code and configs as w…
-
**Description:**
We recently migrated a substantial project to the `django-cookiecutter` framework. Following this transition, we encountered significant issues with our IDE (PyCharm). Specifically…
urzbs updated
4 months ago
-
# Bug report
## What's wrong
With the latest django-stubs v5.0.4, I've noticed strange behavior when using models that inherit from 3rd party packages. Specifically, mypy throws a "Need type…
-
## Description
This issue is in the vein of #1725 and #3803, and discussions elsewhere e.g. https://stackoverflow.com/questions/39838290/is-there-a-command-for-creating-an-app-using-cookiecutter-dj…
-
![image](https://raw.githubusercontent.com/danihodovic/django-allauth-ui/master/images/signin.png)
## Description
I use cookiecutter-django and all new projects, but I almost always find myself …
-
* Cookiecutter version: 2.6.0
* Template project url: https://github.com/cookiecutter/cookiecutter-django
* Python version: 3.12.2-slim-bookworm
* Operating System:
### Description:
When I …