We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 610a2bc commit b264900Copy full SHA for b264900
geoshops/nearbyshops/models.py
@@ -1,10 +1,9 @@
1
from django.contrib.gis.db import models
2
3
+
4
# Create your models here.
5
class Shop(models.Model):
6
name = models.CharField(max_length=100)
7
location = models.PointField()
8
address = models.CharField(max_length=100)
9
city = models.CharField(max_length=50)
-
10
0 commit comments