First time here? Check out the FAQ!

tkdchen's profile - activity

2016-04-07 20:57:49 -0500 received badge Popular Question (source)
2013-10-23 02:26:49 -0500 received badge Famous Question (source)
2013-07-30 00:39:51 -0500 asked a question Is there any potential problem if use MyISAM engine in production environment?

As the subject. By using MyISAM is safe for production environment? And does it affect future upgrade?

2013-07-29 04:40:01 -0500 answered a question Help with installing askbot-0.7.48

Document provided by askbot is a good reference and enough, http://askbot.org/doc/index.html

It's recommended to get the source code github rather than pip install askbot. After cloning, using git checkout 0.7.48 to switch to the version you want to use.

All the dependencies are listed in askbot_requirement.txt, install them by issuing pip install -r askbot_requirement.txt

Then following the documentation.

2013-07-29 01:40:34 -0500 commented answer askbot_badgedata does not during initial database migration?

I also got this error, even using postgresql.