add badge to readme
This commit is contained in:
parent
5687576b1d
commit
33d22038e6
@ -1,7 +1,7 @@
|
||||
# Django-dbfilestorage
|
||||
|
||||
|
||||
[![CircleCI](https://circleci.com/gh/tyrelsouza/django-dbfilestorage.svg?style=svg)](https://circleci.com/gh/tyrelsouza/django-dbfilestorage)
|
||||
[![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.
|
||||
|
Loading…
Reference in New Issue
Block a user