mirror of
https://git.v0id.ovh/n3wt-innov/n3wt-school.git
synced 2026-01-29 07:53:23 +00:00
20 lines
499 B
Python
20 lines
499 B
Python
# Generated by Django 5.1.3 on 2025-05-31 09:56
|
|
|
|
import Establishment.models
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('Establishment', '0002_establishment_api_docuseal'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='establishment',
|
|
name='logo',
|
|
field=models.FileField(blank=True, null=True, upload_to=Establishment.models.registration_logo_upload_to),
|
|
),
|
|
]
|