19 lines
403 B
Python
19 lines
403 B
Python
|
# Generated by Django 3.0.8 on 2020-08-01 10:39
|
||
|
|
||
|
from django.db import migrations, models
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('lostplaces_app', '0006_auto_20200801_1037'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.AlterField(
|
||
|
model_name='voucher',
|
||
|
name='created',
|
||
|
field=models.DateTimeField(auto_now_add=True),
|
||
|
),
|
||
|
]
|