Skip to content

Commit

Permalink
corrige le problème d'initialisation de la bd
Browse files Browse the repository at this point in the history
  • Loading branch information
firm1 committed Jul 13, 2014
1 parent 3f686d6 commit 98ec074
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def forwards(self, orm):
u'utils_alert',
'comment',
self.gf('django.db.models.fields.related.ForeignKey')(
default=0,
default=1,
related_name='comments',
to=orm['utils.Comment']),
keep_default=False)
Expand Down

0 comments on commit 98ec074

Please sign in to comment.