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

ide: pycharm ptyhon:2.7 code :master how can i run askbot in pycharm

python setup.py develop Extracting in /var/folders/0t/sp9gzkg901q3shh2znnp8ss40000gn/T/tmpqo2oGj Traceback (most recent call last): File "setup.py", line 3, in ez_setup.use_setuptools() File "/Users/adam/GoogleDrive/Projects/Liberation/askbot-devel/ez_setup.py", line 170, in use_setuptools return _do_download(version, download_base, to_dir, download_delay) File "/Users/adam/GoogleDrive/Projects/Liberation/askbot-devel/ez_setup.py",...

Hi ! Not sure if this is a new issue but If someone is using LDAP without a master login/passwd then this line tries to search the active directory before...

Right now, one can sort questions by votes, but we have very low voting on our site (a problem of its own!). I'd like to also be able to sort...

feature

Wiki answers lack the link to its edit history. Example: https://ask.fedoraproject.org/en/question/9111/sticky-what-plugins-do-i-need-to-install-to-watch-movies-and-listen-to-music/?answer=12998#post-id-12998 There is no link to its revisions page: https://ask.fedoraproject.org/en/answers/12998/revisions/ For non-wiki answers the text "answered DATE" has that link.

It seems like the bug was introduced with the commit 07a967aabfe3d0558cf5228e1b55f3d4923ee455 by @Fitoria. `models.Q(title__icontains=search_query)` raises Exception when the search was made in users: > FieldError: Cannot resolve keyword 'title' into...

I got something like this per mail: ``` Internal Server Error: /account/signin/ Traceback (most recent call last): File "/django/core/handlers/base.py", line 132, in get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) File "/django/utils/decorators.py",...

When the global group name is changed, users and public questions no longer belong to the global group. When I inspected the code, I found out that the callback was...

How to deploy this project to heroku while manage.py file is inside another subdirectory of project