Skip to content

Commit

Permalink
disable requests cache for the time being
Browse files Browse the repository at this point in the history
  • Loading branch information
rwblair committed Feb 2, 2017
1 parent 5b36891 commit c5d4f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion open_fmri/apps/dataset/views.py
Expand Up @@ -27,7 +27,7 @@
UserDataRequest, ReferencePaper)
from log_parse.models import S3File

requests_cache.install_cache('cache', expire_after=3600)
# requests_cache.install_cache('cache', expire_after=3600)

class ContactList(LoginRequiredMixin, ListView):
model = Contact
Expand Down

0 comments on commit c5d4f4d

Please sign in to comment.