You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Linux, run
```bash
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
```
```
systeminfo | findstr /B /C:"OS Name" /C:"OS Version"
```
```bash
# 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)
@JPilarr Thank you for reporting a possible issue. However, you did not provide the minimum information necessary for us to be able to try to reproduce the problem minimally.
browniebroke
added
waiting
Waiting for an answer and auto-close after 10 days
and removed
waiting
Waiting for an answer and auto-close after 10 days
labels
Nov 29, 2023
What happened?
i got 504 status on django runserver several times ,
it is usually one or two seconds after request.
What should've happened instead?
Additional details
Host system configuration:
cookiecutter --version
):requirement file
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)
The text was updated successfully, but these errors were encountered: