Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverroick committed May 3, 2016
1 parent 256a9b9 commit 5c47b8d
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
django-buckets
===============================================================================

.. image:: https://travis-ci.org/Cadasta/django-buckets.svg?branch=master
:target: https://travis-ci.org/Cadasta/django-buckets
|pypi-version| |build-status-image|

django-buckets provides a Django storage system (:code:`S3Storage`) to store files on
`Amazon S3 <https://aws.amazon.com/s3/>`_. Besides the storage itself, the
Expand All @@ -25,6 +24,13 @@ Requirements
Setup
-------------------------------------------------------------------------------

Installation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. code-block::
pip install django-buckets
For production
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down Expand Up @@ -231,3 +237,9 @@ response and include all :code:`fields` with the request payload.
Content-Type: application/octet-stream
------WebKitFormBoundary7LwCXdHGMv2KBDza
.. |build-status-image| image:: https://travis-ci.org/Cadasta/django-buckets.svg?branch=master
:target: https://travis-ci.org/Cadasta/django-buckets
.. |pypi-version| image:: https://img.shields.io/pypi/v/django-buckets.svg
:target: https://pypi.python.org/pypi/django-buckets

0 comments on commit 5c47b8d

Please sign in to comment.