add the ablitiy to truncate series on the site
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# Generated by Django 4.1.4 on 2023-12-18 11:47
|
||||
|
||||
import atlas.models
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('atlas', '0032_series_modified_seriesimage_removed'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='seriesimage',
|
||||
name='image',
|
||||
field=models.FileField(blank=True, null=True, upload_to=atlas.models.image_directory_path),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user