askbot-devel
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
I have the correct version of django-appconf installed. However, the installer keeps installing 1.0.3 and requiring 1.0.5. Installed /usr/local/lib/python3.10/dist-packages/askbot-0.11.3-py3.10.egg Processing dependencies for askbot==0.11.3 error: django-appconf 1.0.3 is installed but django-appconf>=1.0.5...
Hi, is it possible to publish a new release on pypi with the latest fixes from the master branch?
It seems that for whatever reason, local registration doesn't create an account in database even though it does send a verify token, which is unfortunately invalid? Using master commit: 1501f57bfe9741baf57415639cd34eec3b43b1c4
when I run ```sh python manage.py collectstatic. ``` I notice it moves over html and md files. It probably shouldn't. ``` find srv/static/ -type f -not -name '*.html' -and -not...
When I run `python3 ./setup.py install`, I'm getting this error > error: Django 2.2.28 is installed but Django>=3.2 is required by {'django-picklefield'} This makes sense, in [`__init__.py`](https://github.com/ASKBOT/askbot-devel/blob/0.11.x/askbot/__init__.py), we have ```python3...
Hi, I tried asking the question on the askbot forum but I didn't receive the email when I signup. Is there an export function in askbot? I sometimes am working...
I want the following markdown code to work: ````markdown ```python if True: print("hello") ``` ```` I've added a custom `ASKBOT_MARKDOWN_CLASS` to load fenced-code-blocks extension: ```python import markdown2 class Markdown(markdown2.Markdown): def...
...odel) I find target_tag (as foreign key) is better than target_tag_name as you once mentioned. I wasn't and am not sure if submitting south migrations file is a good idea...
https://github.com/ASKBOT/askbot-devel/blob/b6cb7373eb9f4f6160575b9b8a14780b9c9c0154/Dockerfile#L55 What are the current equivalents of `no-secret-key` and `create-project` args? Can't find references in any reasonable tags / branches.