Files
web2.0-backend/webapp/migrations/0040_delete_ohlhafvchallenge.py
T
2018-01-28 23:30:22 +02:00

19 lines
369 B
Python

# -*- coding: utf-8 -*-
# Generated by Django 1.11 on 2018-01-28 15:48
from __future__ import unicode_literals
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('webapp', '0039_delete_kaehmy_models'),
]
operations = [
migrations.DeleteModel(
name='OhlhafvChallenge',
),
]