Modern responsive template for the Django admin interface with improved functionality. We are proud to announce completely new Jet. Please check out Live Demo
For some reason from django.utils.encoding import python_2_unicode_compatible gives me error (in /jet/models.py).
I had to change to from six import python_2_unicode_compatible
For some reason
from django.utils.encoding import python_2_unicode_compatible
gives me error (in /jet/models.py). I had to change tofrom six import python_2_unicode_compatible