mirror of
https://github.com/daniviga/django-ram.git
synced 2025-08-04 21:27:49 +02:00
Refactor rolling stock
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 4.0.2 on 2022-03-29 20:23
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('roster', '0026_rollingstockdocument_delete_image'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='rollingstockdocument',
|
||||
name='file',
|
||||
field=models.FileField(blank=True, null=True, upload_to='files/'),
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user