Closed mdamien closed 8 years ago
after following all the installation instructions for django-fcm try running
python manage.py makemigrations fcm
then
python manage.py migrate fcm
then I think it would work.
I hope it resolved your issue @mdamien if not you can contact me on my mail I would help you out.
Hi, sorry but I switched to fcm-django
, but #12 fixed this issue
When loading the admin, I get a classic error:
I did run
./manage.py migrate
but looks like there's nofcm_device
table.NOTE: To other people trying this package, I've had more success with fcm-django