is it possible to export data from askbot?
how easy is it to export data from askbot?
how easy is it to export data from askbot?
Yes there is a management command dump_forum
that does it. A command line only tool at this point.
python manage.py dump_forum
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2011-03-19 07:15:03 -0500
Seen: 1,418 times
Last updated: Mar 19 '11
upload questions and answers directly to the database
Are dump_forum and load_forum supported on 0.7?
How can I get a schema of database models for AskBot?
Database error when running migrations
How to delete a question from backend?
Migrate to new server and new version?