YAML text editor field in Django

Viewed 349

I am looking for a convenient way to write and edit YAML in Django admin panel. Are there any text editors in django admin panel for YAML

1 Answers

solved by integrating django-ace field and in this we have support for CSS, python, HTML etc also.

Related