asifpy / django-crudbuilder

Generic CRUD implementation in Django
https://django-crudbuilder.readthedocs.org/en/latest/index.html
Apache License 2.0
193 stars 67 forks source link

import_module error with django 1.9 #1

Closed asifpy closed 8 years ago

asifpy commented 8 years ago

Use from django.utils.module_loading import import_module for Django 1.9

asifpy commented 8 years ago

RESOLVED