This repository has been archived on 2022-10-08. You can view files and clone it, but cannot push or open issues or pull requests.
memories/memories/collection/migrations/0009_auto_20200531_1926.py

18 lines
329 B
Python

# Generated by Django 3.0.6 on 2020-05-31 19:26
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('collection', '0008_auto_20200511_1855'),
]
operations = [
migrations.AlterModelOptions(
name='picture',
options={},
),
]