xtrinch / fcm-django

FCM Django: Send push notifications via django to websites, iOS & android mobile devices through FCM (Firebase Cloud Messaging)
http://fcm-django.readthedocs.io/
MIT License
775 stars 196 forks source link

After downloading, less a migrate file 0003_auto_20170313_1314.py #14

Closed eileen-chen closed 7 years ago

eileen-chen commented 7 years ago

pip install fem-django

fem-django package migrate folder not include 0003_auto_20170313_1314.py

my error message raise NodeNotFoundError(self.error_message, self.key, origin=self.origin) django.db.migrations.exceptions.NodeNotFoundError: Migration citizens.0011_auto_20170403_1330 dependencies reference nonexistent parent node ('fcm_django', '0003_auto_20170403_1330')

xtrinch commented 7 years ago

Try version 0.2.7 that I just released

eileen-chen commented 7 years ago

ok, thank you very much!