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

Livesettings Error #2

Open
glibersat opened this issue Dec 19, 2012 · 1 comment
Open

Livesettings Error #2

glibersat opened this issue Dec 19, 2012 · 1 comment

Comments

@glibersat
Copy link

Everytime the server is reloaded, this error is triggered:

SettingNotSet: ("Startup error, couldn't load EXTERNAL_KEYS.RECAPTCHA_SECRET", None)

You just need to hit a second time the webserver to make the website work, but that's really not convenient when developping (since you're reloading the webserver every 5sec).

Thanks

@atiberghien
Copy link
Owner

It is due to the fact that livesettings uses django-keyedcache which is not working with DummyCache backend (https://bitbucket.org/bkroeze/django-keyedcache/issue/6/) ... I just have proposed a patch (https://bitbucket.org/bkroeze/django-keyedcache/pull-requests) to keyedcache in order to set up what cache backend shoud be wrapped by keyedcache.

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

No branches or pull requests

2 participants