DrkSephy / django-hackathon-starter

A boilerplate for Django web applications
1.61k stars 298 forks source link

I get an error on multiple packages in the requirements file and then it fails on make migrations. Is it a Python version issue? I am using python 3.6.4 #46

Open RyanKramer opened 6 years ago

nickparkin commented 6 years ago

Seems its specific to Python 3 as I tried both 3.6 and 3.5 and got this error. Under Python 2, don't see it.