Chitrank-Dixit / django-fcm

Django FCM provides firebase cloud messaging to android or ios support for django apps
https://django-fcm.readthedocs.io/en/latest/
MIT License
54 stars 28 forks source link

About different packages @ pypi & --process-dependency-links #31

Open p-diogo opened 7 years ago

p-diogo commented 7 years ago

Hello there!

Still in the process of evaluating out this package, but I have a few questions:

  1. Why the flag --process-dependency-links when installing it? It doesn't seem to be necessary, so am I missing something? Also, this might be deprecated in the future, so won't that be an issue?

  2. What is the difference between https://pypi.python.org/pypi/django-fcm-vp/0.1.3 and which seems to be this one https://pypi.python.org/pypi/django-fcm/0.1.1?

Thanks

Chitrank-Dixit commented 7 years ago

Hello @PedroMD

we are updating the django-fcm module very soon with new changes and also update the docs , so in the coming documents , all those deprecated flags will not be there

also library: https://pypi.python.org/pypi/django-fcm-vp/0.1.3 is a different library , and https://pypi.python.org/pypi/django-fcm/0.1.1 is the updated library on pypi, we had some more issues left to resolve and we are working on it to make this module more stable.

p-diogo commented 7 years ago

Ok, thanks for your reply. I'll keep an eye on this package!