🤝 Merge pull request #87 from lnxpy/master

Editors category created + some packages added to Python Packages section
This commit is contained in:
Jeff Triplett 2020-09-29 13:30:56 -05:00 committed by GitHub
commit 7ffdda2b44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,7 @@
- [Configuration](#configuration) - [Configuration](#configuration)
- [Content Management Systems](#content-management-systems) - [Content Management Systems](#content-management-systems)
- [ECommerce](#ecommerce) - [ECommerce](#ecommerce)
- [Editors](#editors)
- [Files/Images](#filesimages) - [Files/Images](#filesimages)
- [Forms](#forms) - [Forms](#forms)
- [Logging](#logging) - [Logging](#logging)
@ -124,6 +125,14 @@ _For a complete listing of all available packages, see [Django Packages](https:/
- [shuup](https://github.com/shuup/shuup) - Django E-Commerce Platform. - [shuup](https://github.com/shuup/shuup) - Django E-Commerce Platform.
- [django-oscar](https://github.com/django-oscar/django-oscar) - Domain-driven e-commerce for Django. - [django-oscar](https://github.com/django-oscar/django-oscar) - Domain-driven e-commerce for Django.
### Editors
- [django-ckeditor](https://github.com/shaunsephton/django-ckeditor) - Django admin CKEditor integration.
- [django-markdownx](https://github.com/adi-/django-markdownx) - Comprehensive Markdown plugin built for Django.
- [django-markdown-editor](https://github.com/agusmakmun/django-markdown-editor) - Awesome Django Markdown Editor, supported for Bootstrap & Semantic-UI.
- [django-wysiwyg-redactor](https://github.com/douglasmiranda/django-wysiwyg-redactor) - A lightweight wysiwyg editor for Django.
- [django-business-logic](https://github.com/dgk/django-business-logic) - Visual DSL framework for django.
- [django-quill-editor](https://github.com/LeeHanYeong/django-quill-editor) - django-quill-editor makes Quill.js easy to use on Django Forms and admin sites.
### Files/Images ### Files/Images
- [django-cleanup](https://github.com/un1t/django-cleanup) - Zero configuration file/image removal for local and remote files. - [django-cleanup](https://github.com/un1t/django-cleanup) - Zero configuration file/image removal for local and remote files.
@ -211,10 +220,12 @@ _A short list of Python packages that work well with Django._
- [bleach](https://github.com/mozilla/bleach) - Sanitize your inputs/forms. - [bleach](https://github.com/mozilla/bleach) - Sanitize your inputs/forms.
- [black](https://github.com/psf/black) - Uncompromising Python code formatter. - [black](https://github.com/psf/black) - Uncompromising Python code formatter.
- [coveragepy](https://github.com/nedbat/coveragepy) - Code coverage measurement. - [coveragepy](https://github.com/nedbat/coveragepy) - Code coverage measurement.
- [faker](https://github.com/joke2k/faker) - Faker is a Python package that generates fake data for you.
- [huey](https://github.com/coleifer/huey) - A little task queue for Python. - [huey](https://github.com/coleifer/huey) - A little task queue for Python.
- [nplusone](https://github.com/jmcarp/nplusone) - Auto-detect n+1 queries. - [nplusone](https://github.com/jmcarp/nplusone) - Auto-detect n+1 queries.
- [pillow](https://github.com/python-pillow/Pillow) - Python Imaging Library. - [pillow](https://github.com/python-pillow/Pillow) - Python Imaging Library.
- [pytest](https://github.com/pytest-dev/pytest/) - Testing framework. - [pytest](https://github.com/pytest-dev/pytest/) - Testing framework.
- [python-decouple](https://github.com/henriquebastos/python-decouple) - Strict separation of settings from code.
- [python-slugify](https://github.com/un33k/python-slugify) - Returns unicode slugs. - [python-slugify](https://github.com/un33k/python-slugify) - Returns unicode slugs.
- [sentry-python](https://github.com/getsentry/sentry-python) - Error reporting SDK. - [sentry-python](https://github.com/getsentry/sentry-python) - Error reporting SDK.
- [whitenoise](https://github.com/evansd/whitenoise) - Simplified static file serving for Python websites. - [whitenoise](https://github.com/evansd/whitenoise) - Simplified static file serving for Python websites.