0004_auto_20200309_2003.py 421 B

123456789101112131415161718
  1. # Generated by Django 2.2.7 on 2020-03-09 12:03
  2. from django.db import migrations, models
  3. class Migration(migrations.Migration):
  4. dependencies = [
  5. ('users', '0003_customer_user_no'),
  6. ]
  7. operations = [
  8. migrations.AlterField(
  9. model_name='customer',
  10. name='password',
  11. field=models.CharField(max_length=200, null=True, verbose_name='密码'),
  12. ),
  13. ]