summaryrefslogtreecommitdiff
path: root/tasks.py
AgeCommit message (Collapse)Author
2017-11-14Multiple minor fixes :ankitjavalkar
- Fix README instruct to run docker container before running django server - Add messages after commands execute succesfully - Touch a new file to denote successful running of code server
2017-11-09Add a flag for python version while running code server in unsafe modeankitjavalkar
2017-11-09- Add explicit write permissions to output dirankitjavalkar
- Modify paths in the script to avoid backslashes for cross platform compatibility - Fix README based on feedback
2017-11-08- Add command to stop the container before removing itankitjavalkar
- Fix README based on feedback
2017-11-08- Add ruaml dependency to requirements-commonankitjavalkar
- Add print stdout prompts to tasks.py
2017-11-08Add makemigrations and loaddata command to serve commandankitjavalkar
2017-11-08- Add pytest as a requirement to the requirements fileankitjavalkar
- Modify image name in tasks.py
2017-11-08Add further changes to invoke script and yaksh-scriptankitjavalkar
2017-11-08- Add a pyinvoke based script for running the django server and code serverankitjavalkar
- Modify the requirements to separate the requirements for code server - Modify the docker file - Add a script that runs within the docker instance