Added South support to Stores.

This commit is contained in:
2013-04-03 01:19:14 +01:00
parent 78f793044f
commit f5e2d32070

View File

@@ -103,6 +103,7 @@ class County(models.Model):
UK Counties
"""
name = models.CharField('Name', max_length=100)
country = models.ForeignKey('stores.Country', related_name='counties', null=True, blank=True)
@property
def stores(self):