Skip to content

Commit 2995c0a

Browse files
authored
Update models.py
1 parent 6d891ea commit 2995c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/djangoapp/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Uncomment the following imports before adding the Model code
22

33
from django.db import models
4-
from django.utils.timezone import now
4+
55
from django.core.validators import MaxValueValidator, MinValueValidator
66

77

0 commit comments

Comments
 (0)