Error while migrating to heroku: django.db.migrations.graph.NodeNotFoundError

I cannot execute syncdb

in my herokuapp on introcial deployment and keep working with the following error:

django.db.migrations.graph.NodeNotFoundError: Migration custompusher.0001_initial dependencies reference nonexistent parent node (u'push_notifications', u'0002_auto_20150629_1438')

      

makemigrations

and migrate

result in the same error btw. my application is very simple. For example. models.py:

from django.db import models
from push_notifications.models import GCMDevice
from django.core.urlresolvers import reverse
class DeviceObj(GCMDevice):
     def get_absolute_url(self):
          return reverse('success')

      

Please note that push_notifications is a third party library that has its own migrations. Also note that setup works fine in place, Heroku issue.

+3
python django migration heroku


source to share


No one has answered this question yet

Check out similar questions:

1339
How can I rename a database column in Ruby on Rails migrations?
1001
Why do people use Heroku when AWS is present? What makes Heroku different from AWS?
818
Permission denied (publickey) when deploying heroku code. fatal: the remote end hung up unexpectedly
786
How to link a folder to an existing Heroku app
451
heroku - how to view all logs
319
How to clear the DB in the hero
2
Database integrity errors when deploying Python (2.7) / Django (1.5) application to Heroku
1
Failed to get from Django database in deployed Heroku app
1
Django & Heroku: Failed to import into installed app only when DEBUG = False & on heroku
0
Django, python syntax error when running makemigrations (DecimalField selection)



All Articles
Loading...
X
Show
Funny
Dev
Pics