19 lines
373 B
Python
19 lines
373 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", "0040_migrate_ohlhafvchallenge"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.DeleteModel(
|
|
name="OhlhafvChallenge",
|
|
),
|
|
]
|