17 lines
338 B
Python
17 lines
338 B
Python
# -*- coding: utf-8 -*-
|
|
# Generated by Django 1.11.29 on 2020-11-03 10:12
|
|
from __future__ import unicode_literals
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('dav_events', '0034_auto_20201015_1738'),
|
|
('dav_events', '0034_eventchange'),
|
|
]
|
|
|
|
operations = [
|
|
]
|