Quantcast
Viewing all articles
Browse latest Browse all 13

Comment by Jacob Oscarson for The tests can be run this way:python manage.py test askbot

I've created a lab project (calling it 'dev' here) in my cloned directory. When running `python dev/manage.py test askbot` against that I get a long traceback ending like this: `File "/Users/jacob/src/oss/askbot-dev/src/askbot/askbot/deps/livesettings/values.py", line 336, in _value raise SettingNotSet("Startup error, couldn't load %s.%s" %(self.group.key, self.key)) askbot.deps.livesettings.models.SettingNotSet: ("Startup error, couldn't load EXTERNAL_KEYS.RECAPTCHA_SECRET", None)`

Viewing all articles
Browse latest Browse all 13

Trending Articles