tatterdemalion / django-nece

Content Translation Framework based on Postgresql's JSONB field
BSD 3-Clause "New" or "Revised" License
83 stars 25 forks source link

JSON admin editor #35

Closed k0t3n closed 5 years ago

k0t3n commented 5 years ago

Use the django-admin-json-editor library to display JSON easy-to-read/edit format.

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-5.5%) to 93.401% when pulling 926e0689a8ff4979b66aa457e73e38aff104943b on k0t3n:json-admin-editor into d6ed11727e847ff75a429b3127652bff44f635aa on tatterdemalion:master.

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-6.0%) to 92.929% when pulling c28e165aa3d4c0bb4a59f938896007b30e16c3ee on k0t3n:json-admin-editor into d6ed11727e847ff75a429b3127652bff44f635aa on tatterdemalion:master.

tatterdemalion commented 5 years ago

Great job! I figured out that 'django_admin_json_editor' should be in INSTALLED_APPS in order for this to work correctly. Otherwise we get a template error on admin detail page.

k0t3n commented 5 years ago

Great job! I figured out that 'django_admin_json_editor' should be in INSTALLED_APPS in order for this to work correctly. Otherwise we get a template error on admin detail page.

Yep, my fault. Let me fix the docs.

k0t3n commented 5 years ago

@tatterdemalion already looks good