Pretty formated JSON editor for django.contrib.postgres.fields.JSONField in django admin.

2017-10-23 Thread Ratan Kulshreshtha
I want to propose that django.contrib.postgres.fields.JSONField should have a JSON editor with pretty formatted, syntax highlighting, and JSON validation django admin, currently it uses simple text box. -- You received this message because you are subscribed to the Google Groups "Django develo

Re: Pretty formated JSON editor for django.contrib.postgres.fields.JSONField in django admin.

2017-10-24 Thread Ratan Kulshreshtha
How can I add this functionality to my django admin ? On Tuesday, 24 October 2017 11:19:01 UTC+5:30, Ratan Kulshreshtha wrote: > > I want to propose that django.contrib.postgres.fields.JSONField should > have a JSON editor with pretty formatted, syntax highlighting, and JSON > valid

I like a small thing to be added in new django release.

2016-06-18 Thread Ratan Kulshreshtha
hello, everyone, I think that when we make new Django app inside by running django-admin startapp or by python manage.py startapp name of app shoul be added automatically in settings.py file in project directory. If you think my suggestion is good then how can I implement it, any guidance wi