bunp migration

This commit is contained in:
Mikhail Epifanov 2024-02-02 20:52:05 +01:00
parent 8b5b063da6
commit 75c0ca8a9e
No known key found for this signature in database

View File

@ -1,4 +1,4 @@
# Generated by Django 4.2.7 on 2024-01-17 21:49
# Generated by Django 4.2.7 on 2024-02-02 19:51
import cookbook.models
from django.conf import settings
@ -11,7 +11,7 @@ class Migration(migrations.Migration):
dependencies = [
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
('cookbook', '0208_space_app_name_userpreference_max_owned_spaces'),
('cookbook', '0209_remove_space_use_plural'),
]
operations = [