First time here? Check out the FAQ!

Raony GuimarĂ£es's profile - activity

2013-11-08 06:52:21 -0500 commented question NameError: global name 'User' is not defined (Fresh install) (askbot only)

Same here ... I will work on this problem today! Gotta make it work!

2013-09-01 15:32:41 -0500 commented answer How can I integrate Askbot into own django app?

Thanks :) !

2013-09-01 15:32:17 -0500 received badge Editor ( source )
2013-09-01 15:22:02 -0500 answered a question How can I integrate Askbot into own django app?

All right, I hope this will help some people to get started using Askbot as a reusable(pluggable) app with Django.

I created a repo integrating Django 1.5 and Askbot. I've tested with sqlite3 and postgresql and I had no problems so far running it.

Here are the instructions:

git clone git@github.com:raonyguimaraes/askbot_reusable.git
cd askbot_reusable
pip install -r requirements.txt
python manage.py collectstatic
python manage.py syncdb --migrate --noinput
python manage.py runserver

I really think this should be provided or at least mentioned in http://askbot.org/doc/askbot-as-reusable-django-application.html

Any suggestions? Good Luck!

2013-09-01 13:13:20 -0500 commented answer How can I integrate Askbot into own django app?

Hi, Evgeny, Why there is not a github repo with this already ? I tried last night to do this merge myself, but I had some trouble ... (probably, cause I was trying to use Django 1.5) I believe it should be simple and will try again today. But why not offer a github repo with the askbot integrated as a pluggable app in a subdirectory like /forum as a startup project ? If you just have to merge settings.py and urls.py in a new django project, that shouldn't be hard to be done, right ? I believe you would get a lot more users if you would provide such a feature...

2013-09-01 13:07:31 -0500 commented answer Can the help page be improved?

Yes but I believe the content need to be better written, It's not only about HTML, CSS and JavaScript. They should make it more simple as well :)

2013-09-01 08:14:21 -0500 commented question updated info for installing askbot as a django app?

I wish this also would be possible.