I am using south and django on a new site with a postgres database. I am attempting to do the initial migration but get the following error django.db.utils.DatabaseError: invalid input syntax for integer: "" when this line is called ('views', self.gf('django.db.models.fields.IntegerField')(default=0)),

which translates to this in the model views = models.IntegerField(default=0)

This all works fine with sqllite locally, anyone know why this is happening?

Thanks, CG

link|improve this question

77% accept rate
For some reason setting the default to 1 fixed the issue – Cory Gwin Sep 17 '11 at 0:07
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.