0002_remove_locationsindexpage_body.py 353 B

1234567891011121314151617
  1. # -*- coding: utf-8 -*-
  2. # Generated by Django 1.10.5 on 2017-03-26 21:57
  3. from django.db import migrations
  4. class Migration(migrations.Migration):
  5. dependencies = [
  6. ("locations", "0001_initial"),
  7. ]
  8. operations = [
  9. migrations.RemoveField(
  10. model_name="locationsindexpage",
  11. name="body",
  12. ),
  13. ]