0009_auto_20171117_0828.py 523 B

1234567891011121314151617181920
  1. # -*- coding: utf-8 -*-
  2. from __future__ import unicode_literals
  3. from django.db import models, migrations
  4. class Migration(migrations.Migration):
  5. dependencies = [
  6. ('users', '0008_auto_20171117_0232'),
  7. ]
  8. operations = [
  9. migrations.AlterField(
  10. model_name='reader',
  11. name='fb_content',
  12. field=models.TextField(default=b'', max_length=500, blank=True, help_text='\u4e0d\u8d85\u8fc7250\u5b57', null=True, verbose_name='\u95ee\u9898\u56de\u590d'),
  13. ),
  14. ]