refactor: Remove print
This commit is contained in:
parent
f50d0ae873
commit
bf73021885
@ -120,7 +120,6 @@ class Animal(models.Model):
|
|||||||
@property
|
@property
|
||||||
def photos_list(self):
|
def photos_list(self):
|
||||||
""""""
|
""""""
|
||||||
print(self.photos.all())
|
|
||||||
return self.photos.all()
|
return self.photos.all()
|
||||||
|
|
||||||
def get_absolute_url(self):
|
def get_absolute_url(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user