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
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
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