Non so perchè non si era preso dentro queste modifiche nella migrazione 29

my-merge-progressivo1
Davide Borgonovo 2022-10-26 10:25:58 +02:00
parent 74dacaba2c
commit 2ee03fc2de
1 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,9 @@
# Generated by Django 4.0.3 on 2022-10-25 13:59 # Generated by Django 4.0.3 on 2022-10-25 13:59
from django.db import migrations from django.conf import settings
from django.db import transaction, connection import django.db.models.deletion
from django.db import connection, migrations, models, transaction
def forward(apps, schema_editor): def forward(apps, schema_editor):
Theme = apps.get_model("admin_interface", "Theme") Theme = apps.get_model("admin_interface", "Theme")