fix: imported uuid (#2048)

This commit is contained in:
Bavisetti Narayan
2023-09-01 14:41:20 +05:30
committed by GitHub
parent 4ba3ef5c24
commit 1e9f0823f8

View File

@@ -3,7 +3,7 @@
from django.conf import settings
from django.db import migrations, models
import django.db.models.deletion
import uuid
def update_user_timezones(apps, schema_editor):
UserModel = apps.get_model("db", "User")