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 252 cookiecutter-django issues
Sort by recently updated
recently updated
newest added

## What happened? There is a race condition where `celerybeat` and/or `celeryworker` services will fail to start if the `django-celery-beat` migrations have not run. Bringing up the stack up again...

docker
bug

![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 customizing the auth pages to get a nice look. I've built a package to...

enhancement

## Description ```This project is awesome. I like it as is, but there's a tiny feature I want to add...``` I think amount of forks speaks for itself. ## Rationale...

enhancement

it is removed from local settings since having the url as 127.0.0.1:8000 triggers a CORS issue when the project runs on localhost:8000. It is kept in production settings as that...

bug

## Description Move all the application folders into a subfolder named apps ## Rationale It is more logical to have all Django applications in one subfolder, here is a StackOverflow...

enhancement

## What happened? - New project generated with `use_drf: y` - When making an API request from the swagger UI at `http://localhost:8000/api/docs/`, the API call fails due to CORS policy...

bug

## What happened? Browsersync is not working. When I open localhost:3001 it's showing like this - https://imgur.com/a/crG1CnY Ref - https://github.com/BrowserSync/browser-sync/issues/1885 ## What should've happened instead? It should open browsersync and...

bug

It allows selecting a local nginx instance to serve media files. It check that user choose one of AWS, GPC or nginx for serve media files. It check that user...

## Description What are you proposing? Django REST scale up the application from web, iOS, Android, IoT How should it be implemented? 1. Add HTML, CSS, JavsScript app in one...

enhancement

## Description Add unit tests to websockets and other uvicorn dependencies for speedup. I've used this in production for a month now, and my CI is very happy with it....