hovel / imagestore

Django gallery solution.
BSD 3-Clause "New" or "Revised" License
164 stars 72 forks source link

django 1.8 issue with View class #74

Closed rcdosado closed 6 years ago

rcdosado commented 6 years ago

line 19 of imagestore/views.py, points to django.views.View which is not existent in django 1.8?, i have fixed it by replacing with from django.views.generic.base import View

lampslave commented 6 years ago

Django 1.8 will be unsupported in 3 days. Try 1.11 ;)

rcdosado commented 6 years ago

oh well.. thanks anyways!