Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minimal cache implementation #155

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

OriPekelman
Copy link
Contributor

Here we add some minimal file-based caching for the main routes in the views of the app.
This is very conservative and should not change any behavior.
The cache is set to got to /tmp/django_cache.
There is a minor change to base.py to add the caching middlewares. We use this occasion to cleanup the unnecessary Django 1.0 elements.
Please do test before putting into production.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant