mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-11 04:07:48 +03:00
1.5 KiB
1.5 KiB
name | about | labels |
---|---|---|
Bug Report | Report a bug | bug |
What happened?
What should've happened instead?
Additional details
- Host system configuration:
-
Version of cookiecutter CLI (get it with
cookiecutter --version
): -
OS name and version:
On Linux, run
lsb_release -a 2> /dev/null || cat /etc/redhat-release 2> /dev/null || cat /etc/*-release 2> /dev/null || cat /etc/issue 2> /dev/null
On MacOs, run
sw_vers
On Windows, via CMD, run
systeminfo | findstr /B /C:"OS Name" /C:"OS Version"
# Insert here the OS name and version
-
Python version, run
python3 -V
: -
Docker version (if using Docker), run
docker --version
: -
docker-compose version (if using Docker), run
docker-compose --version
: -
...
-
- Options selected and/or replay file:
On Linux and MacOS:
cat ${HOME}/.cookiecutter_replay/cookiecutter-django.json
(Please, take care to remove sensitive information)# Insert here the replay file content
$ cookiecutter https://github.com/cookiecutter/cookiecutter-django project_name [Project Name]: ...