diff --git a/shop/models.py b/shop/models.py index 9081f8e..b4680d1 100644 --- a/shop/models.py +++ b/shop/models.py @@ -1,6 +1,6 @@ from django.db import models -# Create your models here. +# Create your awesome models here. class Product(models.Model):