askbot-devel icon indicating copy to clipboard operation
askbot-devel copied to clipboard

Askbot is a Django/Python Q&A forum. **Contributors README**: https://github.com/ASKBOT/askbot-devel#how-to-contribute. Commercial hosting of Askbot and support are available at https://askbot.com

Results 108 askbot-devel issues
Sort by recently updated
recently updated
newest added

Refiling from https://github.com/ros-infrastructure/answers.ros.org/issues/160 as I see it upstream. If you visit any question being unauthenticated like: https://askbot.org/en/question/16233/please-add-an-error-reporting-button/ The add answer `` element won't have it's href. ![Screenshot from 2019-09-09 11-01-26](https://user-images.githubusercontent.com/447804/64554943-3171be80-d2f1-11e9-87fc-5c58b062fb5a.png)

@evgenyfadeev please help. can I just clone it and use? I couldn't make it to run. askbot-setup is not working due to version changes of python and django. Could you...

Since commit `https://github.com/ASKBOT/askbot-devel/pull/720/commits/68a2f8b546ddd9541efcafc3751c11efe41ba2a9`, adding a custom provider is not working. In django_authopenis.utils 'providers' was replaced by an OrderectDict but add_custom_provider tries to insert the provider in the dict (line 381)...

HI, I cloned 0.11.x branch and developing. i want add my own custom styling for askbot site, But i do the style in style.less file but it's doesn't effect to...

I'm coming to the conclusion that deploying Askbot properly is actually quite hard. Turns out my existing deployment had svere problems. like missing the cron job, DEBUG=True etc. I woud...

When installing the requirements (automated via heroku in my scenario) the install fails with ImportError: No module named dj_database_url This can be resolved by adding: 'dj-database-url': 'dj-database-url>=0.3.0', to `askbot/__init__.py` inside...

Hello, looks like your code is missing some `ON DELETE CASCADE` which makes it really hard to completely delete a user from the system (spam etc) and the Django-interface seems...

[This question](https://askbot.org/en/question/16762/how-does-system-to-user-messaging-system-works-in-askbot/) is now titled "How does system to user messaging system works in Askbot?". The original title is "How does Askbot handle messages in ajax requests?". When looking at...

Is there a plan to port to python 3 ?

feature

Please make use of https://github.com/davidfischer/requirements-parser the duplicated requirements.txt is out of sync with the askbot_requirements.txt and keeping them synchronized is a lot of manual work