From baa91c01fc84bd1443ebfe31bd87a73dd4d5cbbb Mon Sep 17 00:00:00 2001 From: wsvincent Date: Tue, 5 Jun 2018 13:44:36 -0400 Subject: [PATCH] add django-storages --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8e19285..542b589 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,7 @@ * [django-hijack](https://github.com/arteria/django-hijack) - Admins can log in and work on behalf of other users without having to know their credentials * [django-model-utils](https://github.com/jazzband/django-model-utils) - Django model mixins and utilities * [django-silk](https://github.com/jazzband/django-silk) - Live profiling and inspection of HTTP requests and database queries +* [django-storages](https://github.com/jschneier/django-storages) - A single library to support multiple custom storage backends for Django * [django-tables2](https://github.com/jieter/django-tables2) - HTML tables with pagination/sorting * [django-test-plus](https://github.com/revsys/django-test-plus/) - Useful additions to Django's default TestCase * [easy-thumbnails](https://github.com/SmileyChris/easy-thumbnails) - Image thumbnails for Django