After adding the app, you need to run makemigrations and migrate to create the DB table. # models.py from django.db import models from django_quill.fields ...
確定! 回上一頁