From 5f91ed9fcd3ffb6d1d80bbfe42690e5fbd34c0ac Mon Sep 17 00:00:00 2001 From: Laban <36964869+Labohkip81@users.noreply.github.com> Date: Mon, 5 Oct 2020 08:02:23 +0300 Subject: [PATCH 1/4] Add Django-admin inteface to the list Add Django-admin-interface app to the list, enables users to easily customize the admin interface. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f865d29..f4efbc4 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/ - [django-admin-honeypot](https://github.com/dmpayton/django-admin-honeypot) - Configure a honeypot to see who's trying to hack your site. - [django-loginas](https://github.com/skorokithakis/django-loginas) - "Log in as user" for the Django admin. - [impostor](https://github.com/avallbona/Impostor) - Impostor is a Django application which allows staff members to login as a different user by using their own username and password. +- [django-admin-interface](https://github.com/fabiocaccamo/django-admin-interface) - Customize Admin by the admin itself(color, header. title,logo) and popup windows replaced by modals. ### APIs From 4aea0465fe2c33fd56539e975d8c14479882c65e Mon Sep 17 00:00:00 2001 From: Gabriell Oliveira Date: Thu, 8 Oct 2020 16:20:58 -0300 Subject: [PATCH 2/4] :pencil: fix django-summernote section close #103 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4907bc7..539e416 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/ - [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. +- [django-summernote](https://github.com/summernote/django-summernote) - Summernote is a simple WYSIWYG editor. ### Files/Images - [django-cleanup](https://github.com/un1t/django-cleanup) - Zero configuration file/image removal for local and remote files. @@ -151,7 +152,6 @@ _For a complete listing of all available packages, see [Django Packages](https:/ - [django-widget-tweaks](https://github.com/jazzband/django-widget-tweaks) - Tweak form field rendering in templates. - [django-autocomplete-light](https://github.com/yourlabs/django-autocomplete-light) - Add autocompletion to forms. - [django-shapeshifter](https://github.com/kennethlove/django-shapeshifter) - A CBV to handle multiple forms in one view. -- [django-summernote](https://github.com/summernote/django-summernote) - Summernote is a simple WYSIWYG editor. ### General - [django-filter](https://github.com/carltongibson/django-filter) - Powerful filters based on Django QuerySets. From 834638c237f3255b9c4e08b462432b13bd9e800f Mon Sep 17 00:00:00 2001 From: Anmol Gupta Date: Sat, 10 Oct 2020 17:29:21 +0530 Subject: [PATCH 3/4] fixes #98 : Added Fork me on GitHub --- Gemfile.lock | 8 +++++++- _includes/header.html | 5 ++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 05d8f10..756cbe4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -25,10 +25,12 @@ GEM ethon (0.12.0) ffi (>= 1.3.0) eventmachine (1.2.7) + eventmachine (1.2.7-x64-mingw32) execjs (2.7.0) faraday (1.0.1) multipart-post (>= 1.2, < 3) ffi (1.13.1) + ffi (1.13.1-x64-mingw32) forwardable-extended (2.6.0) gemoji (3.0.1) github-pages (208) @@ -211,6 +213,8 @@ GEM multipart-post (2.1.1) nokogiri (1.10.10) mini_portile2 (~> 2.4.0) + nokogiri (1.10.10-x64-mingw32) + mini_portile2 (~> 2.4.0) octokit (4.18.0) faraday (>= 0.9) sawyer (~> 0.8.0, >= 0.5.3) @@ -246,11 +250,13 @@ GEM unf (0.1.4) unf_ext unf_ext (0.0.7.7) + unf_ext (0.0.7.7-x64-mingw32) unicode-display_width (1.7.0) zeitwerk (2.4.0) PLATFORMS ruby + x64-mingw32 DEPENDENCIES github-pages @@ -258,4 +264,4 @@ DEPENDENCIES jekyll-optional-front-matter BUNDLED WITH - 1.16.6 + 1.17.2 diff --git a/_includes/header.html b/_includes/header.html index e00111a..98b07d9 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -11,5 +11,8 @@ {% endif %} - + + + Fork me on GitHub + From c669e7318f05e40a5483120244cf0e0a01a00aa2 Mon Sep 17 00:00:00 2001 From: Anmol Gupta Date: Sat, 10 Oct 2020 17:42:24 +0530 Subject: [PATCH 4/4] Fixes #98 : Edited README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4907bc7..7f730ac 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,10 @@ # Awesome Django + > A curated list of awesome things related to Django. -Maintained by William Vincent and -Jeff Triplett. + +Maintained by [William Vincent](https://github.com/wsvincent) and [Jeff Triplett](https://github.com/jefftriplett). Please consider supporting Django by making a donation to the Django Software Foundation, sponsoring via GitHub Sponsors,