models.py from django.db import models from django_editorjs_fields import EditorJsJSONField class Post(models.Model): body_custom = EditorJsJSONField( ...
確定! 回上一頁