First time here? Check out the FAQ!

monaDeveloper's profile - activity

2017-12-01 03:42:44 -0500 received badge Famous Question (source)
2017-12-01 03:42:44 -0500 received badge Popular Question (source)
2016-01-26 21:48:51 -0500 received badge Notable Question (source)
2015-07-08 06:46:45 -0500 received badge Popular Question (source)
2013-03-13 19:37:25 -0500 received badge Famous Question (source)
2012-09-24 16:39:33 -0500 received badge Nice Question (source)
2012-09-24 15:03:49 -0500 received badge Notable Question (source)
2012-07-16 09:45:29 -0500 received badge Popular Question (source)
2012-06-21 11:49:31 -0500 received badge Famous Question (source)
2012-05-18 16:35:35 -0500 commented question ImportError: No module named askbot.deployment

@Fitoria the latest release

2012-05-18 07:28:55 -0500 asked a question HTTPSConnectionWithTimeout AttributeError

Now I got everything set correctly and managed to run askbot-setup and everything went fine, after that I edited settings.py to set database name username and password but when I try to run python manage.py syncdb I get: class HTTPSConnectionWithTimeout(httplib.HTTPSConnection): AttributeError: 'module' object has no attribute 'HTTPSConnection'

2012-05-16 12:41:32 -0500 asked a question ImportError: No module named askbot.deployment

I'm using virtual env to setup askbot on a shared host and I get this error whenever I run askbot-setup, askbot is installed successfully

2012-05-16 12:38:30 -0500 received badge Scholar ( source )
2012-05-15 10:23:20 -0500 received badge Student (source)
2012-05-15 06:13:16 -0500 asked a question AttributeError at / ASKBOT_LANGUAGE

Hi, I\m getting AttributeError at / ASKBOT_LANGUAGE in a fresh installation I added ASKBOT_LANGUAGE to settings.py but that doesn't solve the problem