chore(migrations): merge after rebase
This commit is contained in:
parent
6d6f4b4d59
commit
f47bc19121
1 changed files with 13 additions and 0 deletions
|
@ -0,0 +1,13 @@
|
||||||
|
# Generated by Django 4.2.16 on 2025-04-30 14:53
|
||||||
|
|
||||||
|
from django.db import migrations
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
("gestioncof", "0021_delete_club"),
|
||||||
|
("gestioncof", "0023_cofprofile_is_chef"),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = []
|
Loading…
Add table
Add a link
Reference in a new issue