xtrinch / fcm-django-web-demo

Quick demo to demonstrate the use of firebase web push notifications with the use of `javascript` on frontend, `django` on backend and push notifications via `fcm-django` pypi package for django.
74 stars 52 forks source link

i have installed how to run it #1

Closed sant527 closed 7 years ago

sant527 commented 7 years ago

I have created a new python virtualenv and then copied the folder there.

then i did: pip install -r requirements.txt

It installed all the requirement files:

After that how to do

xtrinch commented 7 years ago

Perhaps try running the server with python -m SimpleHTTPServer?

sant527 commented 7 years ago

python -m http.server 8080 SimpleHTTPServer i s deprecated

xtrinch commented 7 years ago

That is just a warning. I have now added a better readme, it should explain how to use it in more detail. Let me know if you have any more issues.