You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
414 B

  1. # Generated by Django 3.2.8 on 2021-10-16 09:19
  2. import datetime
  3. from django.db import migrations, models
  4. class Migration(migrations.Migration):
  5. dependencies = [
  6. ('app1', '0001_initial'),
  7. ]
  8. operations = [
  9. migrations.AlterField(
  10. model_name='profile',
  11. name='birthdate',
  12. field=models.DateField(default=datetime.date(2021, 10, 16)),
  13. ),
  14. ]

Powered by TurnKey Linux.