heroku / django-heroku

[DEPRECATED] Do not use! See https://github.com/heroku/django-heroku/issues/56
BSD 3-Clause "New" or "Revised" License
459 stars 142 forks source link

core.py, line 45 invalid syntax #23

Closed nixis-institute closed 5 years ago

nixis-institute commented 5 years ago

I got this is error when run on localhost please give resolution to solve it

error
edmorley commented 5 years ago

The django-heroku package requires Python 3. From the README:

Django 2.0 is targeted, but older versions of Django should be compatible. Only Python 3 is supported.

However setup.py should probably be modified to make this more explicit, by:

sigmavirus24 commented 5 years ago

See also #8