summaryrefslogtreecommitdiff
path: root/app/photos/migrations
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2019-07-04 08:17:40 -0500
committerluxagraf <sng@luxagraf.net>2019-07-04 08:17:40 -0500
commit9251b1c1149b3d6abd779ab8b8c9e709ec09bdbf (patch)
tree770154a25806cefbf5c75bd9e55757a6cbbcc749 /app/photos/migrations
parent829cf6908dff98915c9c56a8cfa191f25c41bd98 (diff)
added guides to main admin
Diffstat (limited to 'app/photos/migrations')
-rw-r--r--app/photos/migrations/0019_auto_20190704_0903.py17
1 files changed, 17 insertions, 0 deletions
diff --git a/app/photos/migrations/0019_auto_20190704_0903.py b/app/photos/migrations/0019_auto_20190704_0903.py
new file mode 100644
index 0000000..833ee69
--- /dev/null
+++ b/app/photos/migrations/0019_auto_20190704_0903.py
@@ -0,0 +1,17 @@
+# Generated by Django 2.1.7 on 2019-07-04 09:03
+
+from django.db import migrations
+
+
+class Migration(migrations.Migration):
+
+ dependencies = [
+ ('photos', '0018_auto_20161130_1218'),
+ ]
+
+ operations = [
+ migrations.AlterModelOptions(
+ name='luximagesize',
+ options={'ordering': ('-name', 'id'), 'verbose_name_plural': 'Image Sizes'},
+ ),
+ ]