consbio / ncdjango

A NetCDF mapserver app for Django.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django 1.9 compatibility

nikmolnar opened this issue · comments

There is at least one issue currently with Django 1.9. In urls.py, there is an import for from django.utils.importlib import import_module which is no longer valid and should be replaced with from importlib import import_module.

@nikmolnar This looks to be resolved with Django 1.11 support.

Yes, thanks for the reminder!