Skip to content

Commit

Permalink
Removing the default for SSL only.
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonsavage committed Oct 3, 2012
1 parent 4a7a6b5 commit 364a102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/mirror/models.py
Expand Up @@ -70,7 +70,7 @@ class Product(models.Model):
default=True)
ssl_only = models.BooleanField(db_index=False,
verbose_name='Serve Over SSL Only?',
default=True)
default=False)
def __unicode__(self):
return self.name

Expand Down

0 comments on commit 364a102

Please sign in to comment.