Merge pull request #55 from shortnd/master

Added Django Cleanup
This commit is contained in:
William S. Vincent 2020-04-20 11:58:43 -04:00 committed by GitHub
commit d6509bbc32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,7 @@
- [Configuration](#configuration) - [Configuration](#configuration)
- [Content Management Systems](#content-management-systems) - [Content Management Systems](#content-management-systems)
- [ECommerce](#ecommerce) - [ECommerce](#ecommerce)
- [Files/Images](#files-images)
- [Forms](#forms) - [Forms](#forms)
- [Models](#models) - [Models](#models)
- [Performance](#performance) - [Performance](#performance)
@ -104,6 +105,9 @@ _For a complete listing of all available packages, see [Django Packages](https:/
- [django-shop](https://github.com/awesto/django-shop) - Django-based shop system - [django-shop](https://github.com/awesto/django-shop) - Django-based shop system
- [shuup](https://github.com/shuup/shuup) - Django E-Commerce Platform - [shuup](https://github.com/shuup/shuup) - Django E-Commerce Platform
### Files/Images
- [django-cleanup](https://github.com/un1t/django-cleanup) - Zero configuration file/image removal for local and remote files
### Forms ### Forms
- [django-crispy-forms](https://github.com/django-crispy-forms/django-crispy-forms/) - DRY Django forms - [django-crispy-forms](https://github.com/django-crispy-forms/django-crispy-forms/) - DRY Django forms
- [django-widget-tweaks](https://github.com/jazzband/django-widget-tweaks) - Tweak form field rendering in templates - [django-widget-tweaks](https://github.com/jazzband/django-widget-tweaks) - Tweak form field rendering in templates