From 07e83f41e1f3b92e5214328019d9cb970af24ba3 Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Thu, 26 Jan 2017 14:12:01 -0500 Subject: [PATCH] Update Readme --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index d707c03..679b271 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![CircleCI](https://circleci.com/gh/tyrelsouza/django-dbfilestorage.svg?style=svg)](https://circleci.com/gh/tyrelsouza/django-dbfilestorage) [![codecov](https://codecov.io/gh/tyrelsouza/django-dbfilestorage/branch/master/graph/badge.svg)](https://codecov.io/gh/tyrelsouza/django-dbfilestorage) Custom file storage for Django that stores file data and content type in the database. -Easy to use for testing when you don't care about a filename, and just want to test file data. +Easy to use for testing remote storages when you're in a transition stage between Local and something like Amazon S3. Intended to be used in tests, never in production. @@ -41,11 +41,8 @@ class SomeClass(models.Model): ## TODO -- More Tests - Test that this works on a fake model, not just the storage file. - Different django and different python versions. -- Store original filename in a field, maybe? -- Use original filename instead, so it honors the "upload_to" parameter. ## Signing Key You can find my signing key at [TyrelSouza.com](https://tyrelsouza.com/blog/pgp-keys/)