differentreality / supplies_tracker

Django project for tracking home and office supplies
GNU General Public License v3.0
5 stars 10 forks source link

requirements.txt installs Django 2.0 by default, should for Django 1.11.8 per README #75

Closed spkuehl closed 6 years ago

spkuehl commented 6 years ago

pip install -r requirements.txt installs Django 2.0

This causes a migration error.

Fix by forcing Django 1.11.8

angeanto commented 6 years ago

FIxed in #77