skip to Main Content

Installing mod_wsgi for Python 3.7 virtualenv – Apache

Trying to install mod_wsgi for Python 3.7 to complete setup of Django. But it fails with following error message Collecting mod-wsgi Using cached https://files.pythonhosted.org/packages/9e/37/dd336068ece37c43957aa337f25c59a9a6afa98086e5507908a2d21ab807/mod_wsgi-4.6.4.tar.gz Building wheels for collected packages: mod-wsgi Running setup.py bdist_wheel for mod-wsgi ... error Complete output from…

VIEW QUESTION

Django redis for notifications

I have build a REST API with Django REST framework. In the app there is a need for facebook-type notifications ( new friend request, new message etc. ). Currently I'm handling this using long-polling: front client sends GET request my…

VIEW QUESTION
Back To Top
Search