How to rebuild summary ?
This question is related to askbot.org/en/question/12356/questionhtml-vs-questionsummary/
I want to rebuild the summary
column of the askbot_post
table. Because of its name, i tried to use the following manage command:
python manage.py build_thread_summary_cache
but it was not working. What is the purpose of this command ?
Then i tried the following:
python manage.py generate_post_snippets
and it worked! Hence, given the generic name of this command, my question is: what else does this command ? Can i lose some information with it ? Is it only about rebuilding some secondary informations ?
Comments