python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Why cookiecutter-django does not set DATABASE_URL and CELERY_BROKER_URL during entrypoint execution?
cookiecutter-django does not set env variables for DATABASE_URL and CELERY_BROKER_URL during "entrypoint" file execution in local development environment.
After I manually 'exported' DATABAS...

Gordey Kachurin
Votes: 0
Answers: 1
Cookiecutter Django fails Github Actions on Run pre-commit
***EDIT Issue resolved. Several things needed to be done to setup pre-commit in my environment prior to commit/push.
'git init'
'pre-commit install'
open new terminal, activate venv
'pre-commit run —...
TElphee01
Votes: 0
Answers: 1
pytest -rP logs twice for each test
I'm building a test suite for a small Django app and am using pytest. When I run the tests with docker-composec -f local.yml run --rm django pytest -rP, it logs each test twice. I added a timestamp to...
brewcrazy
Votes: 0
Answers: 0
Unable to obtain ACME certificate for domains \"mydomain.com,www.mydomain.com\"
I am starting a project with cookiecutter-django with docker deployment, for some reason traefik can't get letsencrypt certificate, this is the error:
traefik_1 | time="2022-01-29T03:23:51Z...

RobertPro
Votes: 0
Answers: 1