-
Open up dbenv by running
$ virtualenv dbenv For Mac $ source dbenv/bin/activate For Win $ dbenv\scripts\activate
-
Make sure you have Django and all the appropriate files installed.
-
Then run with:
python manage.py runserver
from CS5200/Final Project/dbgroup3.