Skip to content
Snippets Groups Projects
Commit a5603b1f authored by Carlos Vega's avatar Carlos Vega
Browse files

added ghost migration

parent a36f4048
No related branches found
No related tags found
1 merge request!445Support for Python 3.11
Pipeline #80390 failed
# Generated by Django 3.2.22 on 2023-10-25 09:57
import django.core.files.storage
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('web', '0212_auto_20231024_1238'),
]
operations = [
migrations.AlterField(
model_name='studysubject',
name='referral_letter',
field=models.FileField(blank=True, null=True, storage=django.core.files.storage.FileSystemStorage(location='~/tmp/upload'), upload_to='referral_letters', verbose_name='Referral letter'),
),
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment