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
434 B

  1. # Generated by Django 3.0.1 on 2020-01-17 12:27
  2. from django.db import migrations, models
  3. import django.utils.timezone
  4. class Migration(migrations.Migration):
  5. dependencies = [
  6. ('api', '0068_auto_20200117_1023'),
  7. ]
  8. operations = [
  9. migrations.AlterField(
  10. model_name='ping',
  11. name='created',
  12. field=models.DateTimeField(default=django.utils.timezone.now),
  13. ),
  14. ]