Development Setup Instructions:
-
Setup a virtualenv (perhaps named 'studentapp')
-
Clone this repository and change into the root directory
-
Run
pip install -r requirements.txt
to install required dependencies -
Copy config.py.example to config.py in the same directory, and fill in your environment settings
-
Run
python manage.py db upgrade
to create the database tables. -
Run
python manage.py runserver
to start the development server.