Skip to content
This repository has been archived by the owner on Nov 7, 2018. It is now read-only.

Add Django filesystem caching #757

Merged
merged 4 commits into from
Apr 28, 2015
Merged

Add Django filesystem caching #757

merged 4 commits into from
Apr 28, 2015

Conversation

khandelwal
Copy link
Contributor

This adds a site-wide filesystem cache to Django. This should hopefully improve some performance.

@khandelwal
Copy link
Contributor Author

This pull request also adds a mechanism to stop repeating settings between staging and production. Currently this is only done for the cache settings.

@@ -0,0 +1,15 @@
from .base import *
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

geramirez pushed a commit that referenced this pull request Apr 28, 2015
Add Django filesystem caching
@geramirez geramirez merged commit 491bebb into master Apr 28, 2015
@geramirez geramirez deleted the filesystem_caching branch April 28, 2015 12:58
@khandelwal khandelwal mentioned this pull request Apr 29, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants