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
I just ran into the same issue on windows. Up until the last issue with the missing directory, there were errors but the process continued.
docker-compose run app /venv/bin/python manage.py load_initial_data
I can tell part of the issue is when I look in the directory there is not "load_initial_data" file that I can see is available? Manage.py calls for a file that doesn't exist.
The text was updated successfully, but these errors were encountered:
benhadad
changed the title
I just ran into the same issue on windows. Up until the last issue with the missing directory, there were errors but the process continued.
Issue with Docker on Windows, Issue with missing directory or file. "load_initial_data"
Aug 10, 2019
I just ran into the same issue on windows. Up until the last issue with the missing directory, there were errors but the process continued.
docker-compose run app /venv/bin/python manage.py load_initial_data
I can tell part of the issue is when I look in the directory there is not "load_initial_data" file that I can see is available? Manage.py calls for a file that doesn't exist.
Originally posted by @benhadad in #218 (comment)
The text was updated successfully, but these errors were encountered: