work in progress
[qcg-portal.git] / filex / migrations / 0002_auto_20150415_1744.py
1 # -*- coding: utf-8 -*-
2 from __future__ import unicode_literals
3
4 from django.db import models, migrations
5
6
7 class Migration(migrations.Migration):
8
9     dependencies = [
10         ('filex', '0001_initial'),
11     ]
12
13     operations = [
14         migrations.AlterField(
15             model_name='favorite',
16             name='path',
17             field=models.CharField(default=b'/', max_length=1024, verbose_name='\u015acie\u017cka'),
18             preserve_default=True,
19         ),
20     ]