First time here? Check out the FAQ!

Revision history  [back]

The cause of this error is coding related to the JSONField type used for avatar_urls. Changes to __init__.py in askbot/models to comment out the assignment to that variable in 3 places permits the site to load. (lines 235,239 and 319 in the github master codebase and published releases 9 and 10 trigger the error.