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

Looking into #4691 I stumbled upon the [elements](https://github.com/pennersr/django-allauth/tree/main/allauth/templates/allauth/elements) directory. Since 0.58.0 (2023-10-26) it is possible to override just the elements instead of overriding the templates completely: https://docs.allauth.org/en/latest/common/templates.html#styling-the-existing-templates This feature lowers...

good first issue
enhancement

## 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-django The basic question is where is the canonical place to create an app?...

enhancement

Running a single test inside a container gives me a little more overhead then I would like. Therefore I'm using python locally and leveraging docker for all the external services...

enhancement

## Description those who do not use AWS s3 but use Digitalocean spaces have trouble deploying static and media, the configurations are a little different. ## Solution ``` AWS_S3_ENDPOINT_URL =...

help wanted
hacktoberfest
enhancement

## What happened? When logging into the admin console through allauth (DJANGO_ADMIN_FORCE_ALLAUTH=True), everything works fine when logging in as a superuser. When logging in as a normal user, the user...

bug

## Description Adding hadolint to pre-commit ## Rationale Linting Dockerfile. Current lint warnings: ``` Lint Dockerfiles.........................................................Failed - hook id: hadolint-docker - exit code: 1 compose/local/django/Dockerfile:10 DL3008 warning: Pin versions in...

enhancement

## What happened? unregistered task of type 'users.tasks.get_users_count' ## What should've happened instead? return users count ## I tried many thins ### 1. create new app and wrote tasks.py I...

bug

This PR updates [mypy](https://pypi.org/project/mypy) from **1.7.1** to **1.8.0**. Changelog ### 1.8 ``` We’ve just uploaded mypy 1.8 to the Python Package Index ([PyPI](https://pypi.org/project/mypy/)). Mypy is a static type checker for...

update

## Description What are you proposing? How should it be implemented? Docker just released [Docker Compose Watch](https://docs.docker.com/compose/file-watch/) with [v2.22](https://docs.docker.com/compose/release-notes/#2220). (NOTE: Instead of `docker compose up` one should use `docker compose...

enhancement

## Description Can we add this? ## Rationale For added security for the project

enhancement