ASKBOT / askbot-devel

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
Other
1.56k stars 627 forks source link

Django 2.2 and python 3.6 - branch 0.11.x is this in working condition? #815

Open VishmiVishara opened 5 years ago

VishmiVishara commented 5 years ago

@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 please give some instructions to setup the project with branch 0.11.x.

Thanks!

martin-bts commented 5 years ago

We are not yet done merging 0.11.x. Especially PR https://github.com/ASKBOT/askbot-devel/pull/813, which will enable Django2.2, has not been merged yet. Depending on Evgeny's availability it will be a few more days until 0.11.x can be deployed. If you subscribe to this issue (button on the right), we can notify you as soon as 0.11.x is ready.

VishmiVishara commented 5 years ago

sure, Thank you very much.

martin-bts commented 5 years ago

As of last night, branch 0.11.x is deployable.

VishmiVishara commented 5 years ago

@martin-bts Thank you very much for the information and the continues help.

I tried setting up by typing askbot-setup Its installing version askbot 0.10.2. Could you please explain setting up askbot 0.11.x version. It's not creating Django project too.

martin-bts commented 5 years ago

For this kind of trouble there is the Askbot support. When you ask for help there, please be detailed about

VishmiVishara commented 5 years ago

Thanks!

VishmiVishara commented 5 years ago

before run askbot-setup we should run python setup.py develop ? it's installing askbot 0.10.2 then after running askbot-setup It's giving error

Traceback (most recent call last): File "/home/admin_qna/askbot/askbotenv_new_3.6_new/bin/askbot-setup", line 11, in <module> load_entry_point('askbot', 'console_scripts', 'askbot-setup')() File "/opt/askbot-devel/askbot/deployment/__init__.py", line 216, in __call__ directory = path_utils.get_install_directory(force=options.get('force')) # i.e. ask the user AttributeError: 'Namespace' object has no attribute 'get'

sebastian-philipp commented 5 years ago

@VishmiVishara did you run askbot-setup in a virtual environment, like venv?

VishmiVishara commented 5 years ago

yes, it's a virtual environment

sebastian-philipp commented 5 years ago

could you join us on Freenode IRC #askbot ? GH Issue comments have a low bandwidth for this kind of support

EvanCarroll commented 5 years ago

@VishmiVishara I opened up another issue. I'm getting that too #832