Skip to content

Fix smartmin to support django-1.7 or take it out #3

Description

@k4ml

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions