Search results

  1. Doulos

    How configure ASGI instead of default WSGI

    First of all say that my django based project using celery works wonderfully on openlitespeed. However, I have a new requirement that requires me to use django channels to send asynchronous messaging. For this I must stop using WSGI that comes by default in the openlitespeed template and change...
  2. Doulos

    Issue with Celery on One-Click OpenLiteSpeed Django Server.

    Hello, I am using the One-Click OpenLiteSpeed Django Server. It was working all fine until I installed celery on my project and celery beat. The server is working fine when I run python manage runserver servername:8000 But Lite speed cants serve it it gives error 500. Once i comment celery on...
Top