2017-01-20 15:18:10 +00:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
# Generated by Django 1.10.4 on 2017-01-16 21:59
|
2017-01-30 11:16:07 +00:00
|
|
|
|
2017-01-20 15:18:10 +00:00
|
|
|
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
|
2019-06-16 12:32:24 +00:00
|
|
|
dependencies = [("camps", "0016_camp_description")]
|
2017-01-20 15:18:10 +00:00
|
|
|
|
2019-06-16 12:32:24 +00:00
|
|
|
operations = [migrations.RemoveField(model_name="camp", name="description")]
|