Skip to content

Commit 6fb9999

Browse files
authored
Update models.py again for Flake8 compliancy
1 parent 753de3e commit 6fb9999

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

server/inventory/models.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Create your models here.
2-
# this is the db models
2+
# this is the db models
33
# you can have multiple tables here
44
# whenever you make changes here do this
5-
# python manage.py makemigrations
5+
# python manage.py makemigrations
66
# python manage.py migrate
77

88
from django.db import models
@@ -34,4 +34,4 @@ class InventoryItem(models.Model):
3434
dateAdded = models.DateTimeField(auto_now_add=True)
3535

3636
def __str__(self):
37-
return self.name
37+
return self.name

0 commit comments

Comments
 (0)