kevinmickey / django-prettyjson

Enables pretty JSON viewer in Django forms, admin, or templates
BSD 3-Clause "New" or "Revised" License
139 stars 21 forks source link

standardjson is required #6

Closed sww314 closed 7 years ago

sww314 commented 7 years ago

standardjson should be required when it is installed.

Invalid template library specified. ImportError raised when trying to load 'prettyjson.templatetags.prettyjson': No module named standardjson

kevinmickey commented 7 years ago

Thanks! I've added both standardjson and django to be required when installed in v0.2.2.

Let me know if you have any further issues.