diff options
Diffstat (limited to 'www/py-django-ckeditor-5/pkg-descr')
-rw-r--r-- | www/py-django-ckeditor-5/pkg-descr | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/www/py-django-ckeditor-5/pkg-descr b/www/py-django-ckeditor-5/pkg-descr index 0da552d47e2b..034ff7e881a4 100644 --- a/www/py-django-ckeditor-5/pkg-descr +++ b/www/py-django-ckeditor-5/pkg-descr @@ -6,5 +6,3 @@ from django_ckeditor_5.fields import CKEditor5Field class Article(models.Model): title=models.CharField('Title', max_length=200) text=CKEditor5Field('Text', config_name='extends') - -WWW: https://github.com/hvlads/django-ckeditor-5 |