codeforkansascity / meep-backend

MIT License
8 stars 11 forks source link

Create manage.py file #26

Closed galbwe closed 5 years ago

galbwe commented 5 years ago

Make a python script that creates docker images and runs containers for development, test, and production builds. You'll want to check out the os and subprocess modules for executing shell commands from a script. Also, make sure that the script is platform independent. The same command line arguments that work for unix should also run on windows.