From da5780d914d152187f395ffce3fec26106e1888e Mon Sep 17 00:00:00 2001 From: Hasan-Ahmad Date: Tue, 23 Oct 2018 12:58:23 +0100 Subject: Added image field --- api/models.py | 1 + 1 file changed, 1 insertion(+) (limited to 'api/models.py') diff --git a/api/models.py b/api/models.py index 6571d16a..2ba50adf 100644 --- a/api/models.py +++ b/api/models.py @@ -110,6 +110,7 @@ class SpecialSnake(ModelReprMixin, models.Model): max_length=140, primary_key=True ) info = models.TextField() + image = models.URLField() def __str__(self): return self.name -- cgit v1.2.3