Initial commit

This commit is contained in:
2024-08-27 20:33:44 +02:00
commit 1f1832267d
14794 changed files with 1599592 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# Generated by Django 2.0.3 on 2018-03-17 17:29
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("wagtailimages", "0019_delete_filter"),
]
operations = [
migrations.AlterModelOptions(
name="image",
options={"verbose_name": "image", "verbose_name_plural": "images"},
),
]