.gitignore
LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.py
.github/FUNDING.yml
.github/workflows/lint_python.yml
.github/workflows/release.yml
.github/workflows/testpypi.yml
django_ckeditor_5/__init__.py
django_ckeditor_5/fields.py
django_ckeditor_5/forms.py
django_ckeditor_5/package.json
django_ckeditor_5/urls.py
django_ckeditor_5/views.py
django_ckeditor_5/webpack.config.js
django_ckeditor_5/widgets.py
django_ckeditor_5/yarn.lock
django_ckeditor_5/django_ckeditor_5.egg-info/PKG-INFO
django_ckeditor_5/django_ckeditor_5.egg-info/SOURCES.txt
django_ckeditor_5/django_ckeditor_5.egg-info/dependency_links.txt
django_ckeditor_5/django_ckeditor_5.egg-info/requires.txt
django_ckeditor_5/django_ckeditor_5.egg-info/top_level.txt
django_ckeditor_5/static/django_ckeditor_5/app.js
django_ckeditor_5/static/django_ckeditor_5/src/ckeditor.js
django_ckeditor_5/static/django_ckeditor_5/src/override-django.css
django_ckeditor_5/templates/django_ckeditor_5/widget.html
example/requirements.txt
example/blog/conftest.py
example/blog/manage.py
example/blog/setup.cfg
example/blog/articles/__init__.py
example/blog/articles/admin.py
example/blog/articles/apps.py
example/blog/articles/forms.py
example/blog/articles/models.py
example/blog/articles/storage.py
example/blog/articles/urls.py
example/blog/articles/views.py
example/blog/articles/migrations/0001_initial.py
example/blog/articles/migrations/__init__.py
example/blog/articles/templates/base.html
example/blog/articles/templates/articles/article_detail.html
example/blog/articles/templates/articles/article_list.html
example/blog/blog/__init__.py
example/blog/blog/asgi.py
example/blog/blog/settings.py
example/blog/blog/urls.py
example/blog/blog/wsgi.py
example/blog/fixtures/files/test.png
example/blog/static_files/custom.css
example/blog/tests/coverage.xml
example/blog/tests/test_upload_file.py