-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cookiecutter-django template django.db.utils.ProgrammingError #4485
Comments
The error you mention has nothing to do with networking or the static IP, it happens because the DB table isn't created yet. More details in this one |
Thanks @browniebroke. Let me check and see how to use that. And will get back soon. Thanks |
I created an celery-entrypoint.sh with the following:
And modified the
But got the following:
And ....
The logs occasionally shows connection issues with TCP/IP. Not sure if this is from my side. |
Will close as duplicate of #2727 |
What happened?
What should've happened instead?
Additional details
Run docker-compose for local development:
Run docker-compose build command:
Then check the logs using
we get the following output:
The error disapears when I decided to add the dynamically generated docker IP address to the
settings.local
file. Is there anyway to fix this issue before running the docker-compose command?Host system configuration:
Version of cookiecutter CLI (get it with
cookiecutter --version
): 2.23OS name and version:
Ubuntu 22.04
On Linux, run
On MacOs, run
On Windows, via CMD, run
# 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)
The text was updated successfully, but these errors were encountered: