.
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
# Generated by Django 3.1.3 on 2021-02-14 20:28
|
||||
|
||||
import django.core.files.storage
|
||||
from django.db import migrations, models
|
||||
import longs.models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('longs', '0014_auto_20210211_1827'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='ciduseranswer',
|
||||
name='score',
|
||||
field=models.CharField(choices=[('', 'Unmarked'), ('4', '4'), ('4.5', '4.5'), ('5', '5'), ('5.5', '5.5'), ('6', '6'), ('6.5', '6.5'), ('7', '7'), ('7.5', '7.5'), ('8', '8')], default='', max_length=3),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='longseriesimage',
|
||||
name='image',
|
||||
field=models.FileField(storage=django.core.files.storage.FileSystemStorage(base_url='/media/longs/', location='/home/ross/scripts/sites/rad/media/longs/'), upload_to=longs.models.image_directory_path),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user