Release 1.1.1
- Updating django version to latest LTS release 1.11.12
- Updating django-bootstrap3 to latest release 9.1.0
IMPORTANT
after updating do the following:
- # comment out discovery in root crontab
- # change 'MIDDLEWARE_CLASSES' to 'MIDDLEWARE' in settting.py
- $ workon scotuswebcites
- $ pip install --upgrade pip
- $ pip install -r requirements
- $ python manage.py migrate