mirror of
https://github.com/nikdoof/vapemap.git
synced 2025-12-14 06:42:17 +00:00
Added South support to Stores.
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user