martin-bts / 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
0 stars 2 forks source link

Deployment is probably broken #49

Closed martin-bts closed 5 years ago

martin-bts commented 5 years ago

We dropped django-celery which was a member of INSTALLED_APPS. In order to load celery we need some small (deployment specific!) file as shown in testproject/testproject/celery.py and must always load it, as shown in testproject/testproject/__init__.py

martin-bts commented 5 years ago

At least as far as tox-testing goes, this has been dealt with