passerelle/passerelle/apps/cityweb/migrations/0003_remove_cityweb_log_lev...

18 lines
334 B
Python

# Generated by Django 1.11.12 on 2018-11-18 14:07
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('cityweb', '0002_auto_20170920_1002'),
]
operations = [
migrations.RemoveField(
model_name='cityweb',
name='log_level',
),
]