Smartmin was used for easy CRUD manager but it's a very old version. Either fix it (we already 'vendorized') or take it out and implement the CRUD our-self. Errors when running under django-1.7:-
File "/home/kamal/python/jazzpos/xpos/urls.py", line 6, in <module>
import xpos.views.item as views_item
File "/home/kamal/python/jazzpos/xpos/views/item.py", line 10, in <module>
from smartmin.views import SmartCRUDL, SmartListView, SmartCreateView, SmartUpdateView
File "/home/kamal/python/jazzpos/vendor/smartmin/views.py", line 17, in <module>
from django.utils import simplejson
Smartmin was used for easy CRUD manager but it's a very old version. Either fix it (we already 'vendorized') or take it out and implement the CRUD our-self. Errors when running under django-1.7:-