cookiecutter-django icon indicating copy to clipboard operation
cookiecutter-django copied to clipboard

Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.

Results 197 cookiecutter-django issues
Sort by recently updated
recently updated
newest added

> The maximum amount of memory (in bytes) a file can take up before being > rolled over into a temporary file on disk. Prevents out of memory eviction when...

Upgrade docker image node:16-bullseye-slim to node:18-bullseye-slim, it's necessary to add `apt-get install python3`

PyUP just sent me notice that on August 1 all repos must be on paid plans. - [x] Find an alternative (Snyk preferred, I'll ask them if they can assist)...

high priority

## Description [//]: # (What's it you're proposing? How should it be implemented?) Can I add Blob Storage (Microsoft Azure) as an option to serve static and media files? ##...

enhancement

## What happened? Hi i have used a previous version of cookiecutter-django but the last one doest reload the developent server when the files change * Host system configuration: *...

bug

Fix #3745 ## Description Remove Javscript based auto reload and use a python based one [django-browser-reload](https://github.com/adamchainz/django-browser-reload) Checklist: - [ ] I've made sure that tests are updated accordingly (especially if...

## Description For a long time I used gulp and JS based BrowserReload to auto reload when a change is made in CSS/JS. Recently I converted my projects to use...

enhancement

I also need a separation when I'm not working with Docker or Heroku. How do you do it then with the different .env files?

question

## What happened? When I start PyCharm with the "runserver" configuration and call http://0.0.0.0:8000/ with Google Chrome, I get the message "This site can't be reached". ## What should've happened...

bug

## Description Update Traefik settings to increase TLS strength, hide server software and enforce the same security Django uses for Flower (when it is used). Also add new documentation on...