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

## Description django-admin has a --template flag that lets you specify a directory to base new apps off of. I've added a `startapp_template` directory to the top level directory, updated...

## Description Digital Ocean new [app-platform](https://www.digitalocean.com/products/app-platform) offers seamless production deployment from github. Currently creating an app and linking a "cookie-cutter Django" github repo, shows an error of "no detected components"...

enhancement

## What happened? I updated local django Dockerfile `python-build-stage` to include RUN apt-get update && apt-get install --no-install-recommends -y \ # dependencies for building Python packages build-essential \ # including...

bug

## Description [//]: # (What's it you're proposing? How should it be implemented?) Build on top of Django Allauth, a mobile-based authentication backend starting with Twilio. ## Rationale [//]: #...

## Description Would be nice to have an out of the box env for VS Code. Remote python debugging is configurable in VS Code. Not sure if docker-compose is possible...

enhancement

Also it would be great to have a Python 3.10 auto updater in a separate issue.

enhancement

## Description This PR builds on top of #3535 to add a basic Webpack as an option for building front-end assets. It does NOT introduce any FE framework like React,...

enhancement

Both in the `local.yml` and `production.yml` compose file, the postgres mounts are defined like this ```yml volumes: - production_postgres_data:/var/lib/postgresql/data:Z - production_postgres_data_backups:/backups:z ``` However, why is the `z`/`Z` option there? docker-compose...

## Description Add support for DRF social authentication ## Rationale https://github.com/iMerica/dj-rest-auth supports social authentication, which is currently supported on the Django application, but not on the DRF one. Besides that,...

enhancement

## What happened? Can't backup PostgreSQL in Docker Environment I have got a dev environment in Windows (PyCharm), so when I first tried to do a backup or view backups...

bug