Skip to content
Sam Havron edited this page Oct 2, 2016 · 3 revisions

Need to clean your database? Attach to a docker container shell from the tp33/django Dockerfile (if you do not have a shell already, run sudo docker run -it --name shell --link mysql:db -p 8000:8000 -v ~/cs4501/app:/app tp33/django with the correct mount point and database setup: see this page for more). Once you are attached to the shell, run python manage.py flush in the models directory. Then docker-compose up will load the database with the contents of models/db.json.

Welcome to the market wiki! We are a team of undergraduates at the University of Virginia.

Project 2 guidelines: https://github.com/thomaspinckney3/cs4501/blob/master/Project2.md

Data model ideas:

Clone this wiki locally