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

Commit

Permalink
Merge d029051 into afe7fe3
Browse files Browse the repository at this point in the history
  • Loading branch information
aericson committed Feb 16, 2015
2 parents afe7fe3 + d029051 commit f56ef46
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ INSTALLED_APPS = (
'collectfast',
)
```
For Django 1.7+, `'collectfast'` should come before `'django.contrib.staticfiles'`. For Django versions
bellow 1.7, it should come after `'django.contrib.staticfiles'`. Please note, that failure to do so
will cause Django to use `django.contrib.staticfiles`'s `collectstatic`.

_**Note:** `preload_metadata` of the storage class will be overwritten even if `AWS_PRELOAD_METADATA`
is not set to True see [#30](https://github.com/antonagestam/collectfast/issues/30)_
Expand Down

0 comments on commit f56ef46

Please sign in to comment.