richardbarran / django-photologue

A customizable plug-in photo gallery management application for the Django web framework.
BSD 3-Clause "New" or "Revised" License
674 stars 239 forks source link

Broken in Django 2.0 #179

Closed isolationism closed 6 years ago

isolationism commented 6 years ago
  File "/raid/projects/cso/csoweb/lib/python3.4/site-packages/photologue/models.py", line 17, in <module>
    from django.core.urlresolvers import reverse
ImportError: No module named 'django.core.urlresolvers'

I'm sure there are other errors as well, but I decide to try my application with the latest release and quickly rolled back to 1.11.

richardbarran commented 6 years ago

Hi, Thanks for the heads-up - I didn't realise that Django 2.0 had been release today! I've done a bit of work on a separate branch to fix some deprecation warnings and prepare for 2.0 - maybe it's already compatible with the latest release!

richardbarran commented 6 years ago

Hi, I have released a new version of Django-photologue that is compatible with Django 2.0. Please give it a try and let me know if you notice any issues!