First time here? Check out the FAQ!

mrunge's profile - activity

2015-10-19 21:39:33 -0500 received badge Popular Question (source)
2014-10-02 20:09:09 -0500 received badge Notable Question (source)
2014-04-04 03:20:21 -0500 received badge Popular Question (source)
2014-02-08 23:22:59 -0500 received badge Famous Question (source)
2014-01-16 01:32:16 -0500 asked a question When will Django-1.6 be supported?

Currently, I struggle to find a current list of dependencies for askbot.

For development (which I'd expect to be further developed than stable)

https://github.com/ASKBOT/askbot-devel/blob/master/askbot_requirements_dev.txt

lists django-1.4.2 as a hard requirement. This version contains quite a few serious security issues, and I'd expect this version not to be supported upstream any more, since Django-1.6 was released back in November 2013.

Do you have any plan for askbot to support django-1.6?

2012-10-11 07:38:31 -0500 received badge Famous Question (source)
2012-08-14 22:40:25 -0500 received badge Taxonomist
2012-08-09 10:16:05 -0500 asked a question askbots requirements on django-celery and django-kombu

Hi, for several reasons, I had to update to django-celery >> 2.2.7 and to django-kombu==0.9.4

Askbots requirements list: django-celery==2.2.7 django-kombu==0.9.2

is this still valid?

Is there a time frame, when askbot will support Django==1.4.x ?

2012-08-03 01:53:40 -0500 commented answer askbot requirements
2012-07-24 16:53:45 -0500 received badge Famous Question (source)
2012-06-08 06:25:57 -0500 commented answer askbot requirements

Thank you for your answer!

2012-06-07 05:11:22 -0500 received badge Supporter ( source )
2012-06-07 03:26:05 -0500 asked a question askbot requirements

in the requirements, there's listed django==1.3.1

what about django-authenticator? is it still required? Is version==0.1.4 required or is django-authenticator 0.1.5 supported, too?

2011-09-20 13:27:18 -0500 received badge Nice Question (source)
2011-09-20 07:22:44 -0500 received badge Student (source)
2011-09-20 02:18:51 -0500 asked a question why installs django-authenticator a binary under /usr/bin

python setup.py install of django authenticator tries to install a binary startforum under /usr/bin.

Why the heck? Is this really required?