Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #16 from FundedByMe/fix-dist
Browse files Browse the repository at this point in the history
Fix dist
  • Loading branch information
antonagestam committed Oct 24, 2013
2 parents dc1fccc + 6281d1f commit 35c04bd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include README.md
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,19 @@ Installation

Install the app using pip:

pip install Collectfast
$ pip install Collectfast

Make sure you have this in your settings file and add `'collectfast'` to
your `INSTALLED_APPS`:

STATICFILES_STORAGE = "storages.backends.s3boto.S3BotoStorage"
AWS_PRELOAD_METADATA = True
INSTALLED_APPS = (
'collectfast',
)
```python
STATICFILES_STORAGE = "storages.backends.s3boto.S3BotoStorage"
AWS_PRELOAD_METADATA = True
INSTALLED_APPS = (
#
'collectfast',
)
```

Usage
-----
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='Collectfast',
version='0.1.12',
version='0.1.13',
description='Custom management command that compares the MD5 sum and '
'etag from S3 and if the two are the same skips file copy.',
long_description=open('README.md').read(),
Expand Down

0 comments on commit 35c04bd

Please sign in to comment.