Skip to content

Commit fe4fd6d

Browse files
committed
import timezone in events model
1 parent 31fc8a2 commit fe4fd6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/apps/events/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
from django.db import models
2+
from django.utils import timezone
23
from pgvector.django import VectorField
34

45
class Events(models.Model):

0 commit comments

Comments
 (0)