PayU payments working.
[wolnelektury.git] / src / social / migrations / 0008_auto_20190403_1510.py
diff --git a/src/social/migrations/0008_auto_20190403_1510.py b/src/social/migrations/0008_auto_20190403_1510.py
new file mode 100644 (file)
index 0000000..6398316
--- /dev/null
@@ -0,0 +1,19 @@
+# -*- coding: utf-8 -*-
+# Generated by Django 1.11.20 on 2019-04-03 13:10
+from __future__ import unicode_literals
+
+from django.db import migrations
+
+
+class Migration(migrations.Migration):
+
+    dependencies = [
+        ('social', '0007_auto_20190318_1339'),
+    ]
+
+    operations = [
+        migrations.AlterModelOptions(
+            name='cite',
+            options={'ordering': ('vip', 'text'), 'verbose_name': 'banner', 'verbose_name_plural': 'banners'},
+        ),
+    ]