This is a Django application to allow Blue Engine Teaching Assistants (BETAs) to track student progress.
See requirements.txt
Nothing crazy, basically just Django, gunicorn. SQLite should be fine
for development, and will be used by default. To use PostgreSQL, set the
DATABASE_URL
environment variable. Bootstrap Admin replaces the default
admin templates with a responsive version. Daterange Filter adds a datepicker
filter when viewing the admin list view for models.
$ pip install -r requirements.txt
$ python manage.py migrate
python manage.py runserver