Martin
Martin
For this kind of trouble there is the [Askbot support](https://askbot.org/en/questions/). When you ask for help there, please be detailed about - what you need help with - what you did...
Starting with Django 2.0 `on_delete` must be set explicitly for foreign key relations.
You can check if a precompiled python regex package is provided through your distribution's package manager. Askbot doesn't seem to ask for a specific version.
Specifically I am looking for three things: 1. There has been some activity in the other branches while we built the 0.11.x branch. I would like a todo list of...
I am too. Tomorroe I'll create a branch to show you. Then we can discuss issues and priorities. I came up with some code which is supposed to handle user...
Here is my current work as a draft PR https://github.com/ASKBOT/askbot-devel/pull/827 The installer is the first contact people will have, when they seek to use Askbot and therefore I feel it...
@evgenyfadeev Ok, I spent a couple of hours on this. I do not think we should give askbot-setup such a high priority. In general, the installer does the things it...
@evgenyfadeev Yes, all tests work for me... If I use postgres. With sqlite I get >100 errors
We have huge issues with the semantics of "app" and "project". The installer never deploys Askbot as an app. It creates a django project which loads Askbot as an app....
I'll remove the `--force` switch because its functionallity is not what its name suggests. The only thing it does is replace `urls.py` with the static file from `setup_templates`. If this...