From d164bec8338a1a12e2ad88f6222423985dc04541 Mon Sep 17 00:00:00 2001 From: Arun T Date: Sun, 16 Jul 2023 12:32:24 -0700 Subject: [PATCH 1/6] :handshake: Add graphene-django-filter to README.md (#226) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 652d7a7..39c2af0 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/ - [django-webpack-loader](https://github.com/owais/django-webpack-loader) - Transparently use webpack with Django. - [drf-yasg](https://github.com/axnsan12/drf-yasg) - Automated generation of real Swagger/OpenAPI 2.0 schemas from Django REST Framework code. - [graphene-django](https://github.com/graphql-python/graphene-django) - GraphQL for Django. +- [graphene-django-filter](https://github.com/devind-team/graphene-django-filter) - Advanced filters implementing and/or/not operators in GraphQL for Django. - [django-ninja](https://django-ninja.rest-framework.com/) - Django Ninja - Fast Django REST framework based on type annotations. - [django-tastypie](https://github.com/django-tastypie/django-tastypie) - Creating delicious APIs for Django apps since 2010. - [drf-spectacular](https://github.com/tfranzel/drf-spectacular) - Sane and flexible OpenAPI 3 schema generation for Django REST framework. From 9d0205994837f6ef0397f45ea2487db84b339bd1 Mon Sep 17 00:00:00 2001 From: Mark Bakhit <16909269+Archmonger@users.noreply.github.com> Date: Sun, 16 Jul 2023 12:32:59 -0700 Subject: [PATCH 2/6] :handshake: Add ReactPy (#227) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 39c2af0..68588da 100644 --- a/README.md +++ b/README.md @@ -189,6 +189,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/ - [django-shapeshifter](https://github.com/kennethlove/django-shapeshifter) - A class-based view to handle multiple forms in one view. ### Full-stack frameworks +- [ReactPy](https://github.com/reactive-python/reactpy) - It's React, but in Python. Insert dynamically rendered Python into Django templates using the [ReactPy-Django module](https://github.com/reactive-python/reactpy-django). - [Reactor](https://github.com/edelvalle/reactor/) - Phoenix LiveView, but for Django. - [Sockpuppet](https://sockpuppet.argpar.se/) - Build reactive applications with the Django tooling you already know and love. - [Unicorn](https://www.django-unicorn.com/) - A reactive component framework that progressively enhances a normal Django view, makes AJAX calls in the background, and dynamically updates the DOM. From aa9bd3d04d42ae780ca20a8131a97aa26ad47be4 Mon Sep 17 00:00:00 2001 From: Jeff Triplett Date: Sat, 22 Jul 2023 15:14:11 -0500 Subject: [PATCH 3/6] :gear: Updates gitignore and adding dc example file --- .gitignore | 1 + docker-compose.override.yml.example | 7 +++++++ docker-compose.yml | 4 ++-- 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 docker-compose.override.yml.example diff --git a/.gitignore b/.gitignore index 3ccb7d4..9de6fc7 100644 --- a/.gitignore +++ b/.gitignore @@ -64,6 +64,7 @@ _site/ assets/development.css build dist +docker-compose.override.yml node_modules package-lock.json vendor diff --git a/docker-compose.override.yml.example b/docker-compose.override.yml.example new file mode 100644 index 0000000..96bdb32 --- /dev/null +++ b/docker-compose.override.yml.example @@ -0,0 +1,7 @@ +services: + + devd: + # platform: linux/amd64 + + jekyll: + # platform: linux/amd64 diff --git a/docker-compose.yml b/docker-compose.yml index f0a495f..6396210 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,5 +1,3 @@ -version: "3" - services: devd: @@ -7,6 +5,7 @@ services: command: --livewatch expose: - 8000 + init: true ports: - 8000:8000 volumes: @@ -19,6 +18,7 @@ services: - BUNDLE_PATH=/usr/local/bundle expose: - 4000 + init: true ports: - 4000:4000 volumes: From 371d4bc9ea4638f7d4b2048e4938bfe0e055b995 Mon Sep 17 00:00:00 2001 From: Jeff Triplett Date: Sat, 22 Jul 2023 15:14:44 -0500 Subject: [PATCH 4/6] :gear: Updates justfile compose workflows --- justfile | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/justfile b/justfile index 2c68495..f693b03 100644 --- a/justfile +++ b/justfile @@ -4,12 +4,16 @@ @alex: npx alex README.md +@bootstrap: + pip install --upgrade pip pip-tools + pip install --upgrade --requirement requirements.in + @build: just toc bundle exec jekyll build @down: - just down + docker-compose down @lint: -curlylint _layouts/ @@ -19,7 +23,10 @@ # modd --file=modd.conf just up "" -@up *ARGS="-d": +@start *ARGS="-d": + just up {{ ARGS }} + +@up *ARGS: docker-compose up {{ ARGS }} @toc: From 38ff547b97cdfbee06b216072afab496fb0b710a Mon Sep 17 00:00:00 2001 From: Jeff Triplett Date: Sat, 22 Jul 2023 15:14:57 -0500 Subject: [PATCH 5/6] :pencil: Updates footer --- _config.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index 42737a5..89061ea 100644 --- a/_config.yml +++ b/_config.yml @@ -52,13 +52,15 @@ color_scheme: django heading_anchors: true footer_content: >- - Please consider supporting Django by making a donation to the + + +

Please consider supporting Django by making a donation to the Django Software Foundation, sponsoring via GitHub Sponsors, - or buying official merchandise. + or buying official merchandise.

- Awesome Django is not associated with the Django Software Foundation. - Django is a registered trademark of the Django Software Foundation. +

Awesome Django is not associated with the Django Software Foundation.
+ Django is a registered trademark of the Django Software Foundation.

# Footer last edited timestamp last_edit_timestamp: true # show or hide edit time - page must have `last_modified_date` defined in the frontmatter From 1977f5b9674a45be6d435c575128c4b98c9c081c Mon Sep 17 00:00:00 2001 From: Ahmet Sezgin DURAN Date: Sat, 26 Aug 2023 17:54:17 +0300 Subject: [PATCH 6/6] :handshake: Add ACE Editor (#229) * Add ACE Editor * :pencil: Update README.md --------- Co-authored-by: Jeff Triplett --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 68588da..30816df 100644 --- a/README.md +++ b/README.md @@ -172,6 +172,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/ - [django-summernote](https://github.com/summernote/django-summernote) - Summernote is a simple WYSIWYG editor. - [django-tinymce](https://github.com/jazzband/django-tinymce) - TinyMCE integration for Django. - [django-prose](https://github.com/withlogicco/django-prose) - A light weight editor to content creation. +- [django-ace](https://github.com/django-ace/django-ace) - ACE integration for Django. ### Files/Images - [django-cleanup](https://github.com/un1t/django-cleanup) - Zero configuration file/image removal for local and remote files.