add saving favorite locations
[qcg-portal.git] / filex / migrations / 0002_auto_20150415_1744.py
diff --git a/filex/migrations/0002_auto_20150415_1744.py b/filex/migrations/0002_auto_20150415_1744.py
new file mode 100644 (file)
index 0000000..be6c972
--- /dev/null
@@ -0,0 +1,20 @@
+# -*- coding: utf-8 -*-
+from __future__ import unicode_literals
+
+from django.db import models, migrations
+
+
+class Migration(migrations.Migration):
+
+    dependencies = [
+        ('filex', '0001_initial'),
+    ]
+
+    operations = [
+        migrations.AlterField(
+            model_name='favorite',
+            name='path',
+            field=models.CharField(default=b'/', max_length=1024, verbose_name='\u015acie\u017cka'),
+            preserve_default=True,
+        ),
+    ]