First time here? Check out the FAQ!

neurix's profile - activity

2015-01-10 13:21:43 -0500 received badge Notable Question (source)
2015-01-10 13:21:43 -0500 received badge Popular Question (source)
2014-03-26 07:13:51 -0500 received badge Famous Question (source)
2013-12-26 09:35:08 -0500 received badge Famous Question (source)
2013-04-09 05:38:34 -0500 received badge Famous Question (source)
2012-09-23 19:25:34 -0500 received badge Teacher ( source )
2012-09-23 19:25:34 -0500 received badge Self-Learner ( source )
2012-09-23 19:15:57 -0500 received badge Student (source)
2012-09-23 18:14:15 -0500 answered a question RECAPTCHA_USE_SSL = True in settings.py?

There seems to be a typo in the seetins.py file of the development branch. Evgeny was right, the code above wasn't correct.

The correct line 233 and below should be: STATICFILES_DIRS = ( ('default/media', os.path.join(ASKBOT_ROOT, 'media'),) )

2012-09-23 10:51:09 -0500 commented question RECAPTCHA_USE_SSL = True in settings.py?

hm, i checked the lines above 237 before posting but could not find a syntax error. Strange also that it happens with the untouched code right after git clone. I also checked and added the path to the PYTHON PATH, but no change.

2012-09-23 10:35:23 -0500 asked a question RECAPTCHA_USE_SSL = True in settings.py?

Hi,

I just reinstalled Askbot as a stand-alone app and after completing askbot-setup, I tried to start the django server to test the installation. While doing so, I encountered the following error:

Traceback (most recent call last):
  File "manage.py", line 4, in <module>
    import settings # Assumed to be in the same directory.
  File "/Users/hannes/Development/test_code/askbot2/settings.py", line 237
    RECAPTCHA_USE_SSL = True
                    ^
SyntaxError: invalid syntax

I can't really see where the problem with the line 237 (and the lines in the settings.py above) is. It seems that due to the syntax error, manage.py can't load the settings.py and breaks. Is that correct?

Thank you for your answers.

2012-09-23 09:43:09 -0500 commented answer What needs to be done to make askbot work with Django 1.4?

Do you know the timeline for the support of Django 1.4?

Thank you for your answer!

2012-09-23 09:38:46 -0500 answered a question What needs to be done to make askbot work with Django 1.4?

Do you know the timeline for the support of Django 1.4?

Thank you for your answer!

2012-09-23 09:37:34 -0500 asked a question Import Questions and User details from OSQA

Hi AskBot people,

I would like to transition from OSQA to Askbot due to the ability of running AskBot as an app. Is there a way to import existing OSQA questions from a running OSQA system? Can I keep the user account information?

Thank you for your thoughts and suggestions.

2012-09-23 09:33:11 -0500 received badge Editor (source)
2012-09-23 09:32:46 -0500 asked a question Possible to add Karma points from external app?

What would be the most efficient way to adding karma points from an external app to the user profile of AskBot?

Let's say, AskBot is running as an app in my project, and I want to award additional points, how could I implement that?