Add config for using Redis as cache, add memoize function to store results in cache.

This commit is contained in:
Chris Church
2016-02-23 16:23:19 -05:00
parent f30292c7f1
commit 891e06d6ef
6 changed files with 63 additions and 3 deletions

View File

@@ -21,6 +21,7 @@ django-extensions==1.5.9
git+https://github.com/chrismeyersfsu/django-jsonbfield@fix-sqlite_serialization#egg=jsonbfield
django-polymorphic==0.7.2
django-radius==1.0.0
django-redis-cache==1.6.5
djangorestframework==3.3.2
djangorestframework-yaml==1.0.2
django-split-settings==0.1.1