Skip to content

Commit

Permalink
Django 1.6 now requires a NEVERCACHE_KEY
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudy Mutter committed Feb 13, 2014
1 parent 017f7f3 commit c77747b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manticore_django/fabfile/vagrant_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,5 @@

DEBUG = True

SECRET_KEY = "1234"
SECRET_KEY = "1234"
NEVERCACHE_KEY = "1234"

0 comments on commit c77747b

Please sign in to comment.