Skip to content

Missing requirements in project page #1

Description

Great plugin, but you must be aware that it needs:
** python 2.6 or above
As a workaround, replace in view.py the following lines:
try:
import simplejson as json
except ImportError:
import json # requires python 2.6!

** appsettings django app: as a workaround, in views.py change the references to appsettings with this:
from django.conf import settings as settings

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions