bunp migration
This commit is contained in:
parent
8b5b063da6
commit
75c0ca8a9e
@ -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
|
import cookbook.models
|
||||||
from django.conf import settings
|
from django.conf import settings
|
||||||
@ -11,7 +11,7 @@ class Migration(migrations.Migration):
|
|||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
|
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
|
||||||
('cookbook', '0208_space_app_name_userpreference_max_owned_spaces'),
|
('cookbook', '0209_remove_space_use_plural'),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
Loading…
Reference in New Issue
Block a user