From 9a9b599010f34c3350b78cff3616ee564f92a779 Mon Sep 17 00:00:00 2001 From: Ali Reza Yahyapour Date: Sun, 20 Sep 2020 00:24:23 +0430 Subject: [PATCH 1/3] python-decouple added to Python Packages section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ad29883..4992689 100644 --- a/README.md +++ b/README.md @@ -215,6 +215,7 @@ _A short list of Python packages that work well with Django._ - [nplusone](https://github.com/jmcarp/nplusone) - Auto-detect n+1 queries. - [pillow](https://github.com/python-pillow/Pillow) - Python Imaging Library. - [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. - [sentry-python](https://github.com/getsentry/sentry-python) - Error reporting SDK. - [whitenoise](https://github.com/evansd/whitenoise) - Simplified static file serving for Python websites. From fba72648f03e1c987d618b5fa3bcc35fedf26029 Mon Sep 17 00:00:00 2001 From: Ali Reza Yahyapour Date: Sun, 20 Sep 2020 00:40:52 +0430 Subject: [PATCH 2/3] Add Editors section --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 4992689..e930b80 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ - [Configuration](#configuration) - [Content Management Systems](#content-management-systems) - [ECommerce](#ecommerce) + - [Editors](#editors) - [Files/Images](#filesimages) - [Forms](#forms) - [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. - [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 - [django-cleanup](https://github.com/un1t/django-cleanup) - Zero configuration file/image removal for local and remote files. From 993139591be3ccc7268f3c8a0461323ce9d04201 Mon Sep 17 00:00:00 2001 From: Ali Reza Yahyapour Date: Sun, 20 Sep 2020 00:43:27 +0430 Subject: [PATCH 3/3] faker package added to Python Packages --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e930b80..c616ab7 100644 --- a/README.md +++ b/README.md @@ -220,6 +220,7 @@ _A short list of Python packages that work well with Django._ - [bleach](https://github.com/mozilla/bleach) - Sanitize your inputs/forms. - [black](https://github.com/psf/black) - Uncompromising Python code formatter. - [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. - [nplusone](https://github.com/jmcarp/nplusone) - Auto-detect n+1 queries. - [pillow](https://github.com/python-pillow/Pillow) - Python Imaging Library.