docker-compose up works from the root directory. I can now get a blank page showing served from my http://localhost:8000.
Still need to fill the workflows with some useful data to show things we can play with. python manage.py dumpdata should basically do the trick, but haven't been able to get one of the running servers to cooperate yet.
docker-compose up
works from the root directory. I can now get a blank page showing served from my http://localhost:8000.Still need to fill the workflows with some useful data to show things we can play with.
python manage.py dumpdata
should basically do the trick, but haven't been able to get one of the running servers to cooperate yet.