[Answer]-Django-gcm under lighttpd/fastcgi?

1👍

Django-gcm is reusable application like others. Just create new django project and add ‘gcm’ to your INSTALLED_APPS in your settings.py file. Btw in django-gcm package you have example of server application which you can simply run under lighttpd/fastcgi.

👤Adam

Leave a comment