Skip to content

Release 1.1.1

Choose a tag to compare

@arderyp arderyp released this 20 Apr 18:28
ba88725
  • 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