From e0a4dd941a70d2a70a04bc20b3d05d5daee9292f Mon Sep 17 00:00:00 2001 From: Will Vincent Date: Fri, 2 Oct 2020 09:36:24 -0400 Subject: [PATCH 1/3] add django-easy-audit to main branch --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c13426d..c6b1f45 100644 --- a/README.md +++ b/README.md @@ -215,6 +215,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/ ### Views - [django-braces](https://github.com/brack3t/django-braces) - Reusable, generic mixins. +- [django-easy-audit](https://github.com/soynatan/django-easy-audit) - Keep track of user actions. - [django-extra-views](https://github.com/AndrewIngram/django-extra-views) - Extra class-based generic views. - [django-vanilla-views](https://github.com/tomchristie/django-vanilla-views) - Simpler class-based views in Django. - [django-stronghold](https://github.com/mgrouchy/django-stronghold) - Makes all your Django views default login_required. From 3a7cadd6fdb72337e9e157b752fe6aaa9973b322 Mon Sep 17 00:00:00 2001 From: Will Vincent Date: Fri, 2 Oct 2020 09:40:03 -0400 Subject: [PATCH 2/3] add django-tastypie --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c6b1f45..56c7635 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/ - [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. - [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. ### Async From 1469ca14ee9e2838f665f05a4c7b41bb5cf4d426 Mon Sep 17 00:00:00 2001 From: Will Vincent Date: Fri, 2 Oct 2020 09:53:00 -0400 Subject: [PATCH 3/3] update djangox description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56c7635..15b69f1 100644 --- a/README.md +++ b/README.md @@ -341,7 +341,7 @@ _Django 2.2_ ### Boilerplate - [cookiecutter-django](https://github.com/pydanny/cookiecutter-django/) - A full-bodied starter project, highly customizable. -- [djangox](https://github.com/wsvincent/djangox/) - A simpler approach with complete user authentication flow, Pipenv, and more. +- [djangox](https://github.com/wsvincent/djangox/) - Batteries included starter project for Pip, Pipenv, or Docker. - [DRFx](https://github.com/wsvincent/drfx/) - A DRF starter with user auth, Pipenv, and other goodies. - [django-project-template](https://github.com/jpadilla/django-project-template) - A deliberately basic project that has multiple staging environments and Heroku deployment config. - [docker-django](https://github.com/erroneousboat/docker-django/) - A quick starter guide for Django and Docker together.