mirror of
https://github.com/nikdoof/vapemap.git
synced 2026-01-30 09:38:24 +00:00
Added South support to Stores.
This commit is contained in:
@@ -103,6 +103,7 @@ class County(models.Model):
|
|||||||
UK Counties
|
UK Counties
|
||||||
"""
|
"""
|
||||||
name = models.CharField('Name', max_length=100)
|
name = models.CharField('Name', max_length=100)
|
||||||
|
country = models.ForeignKey('stores.Country', related_name='counties', null=True, blank=True)
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def stores(self):
|
def stores(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user