1
0
mirror of https://github.com/django/django.git synced 2025-04-04 21:46:40 +00:00

fix import

This commit is contained in:
Ben Cail 2024-02-23 12:13:59 -05:00
parent 4f4ba950f3
commit 0df7a40d51

View File

@ -1,4 +1,5 @@
import copy
from django.apps import apps
from django.conf import settings
from django.db import connection, models