You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

22 lines
587 B

# -*- coding: utf-8 -*-
# Generated by Django 1.9 on 2017-01-28 22:03
from __future__ import unicode_literals
from django.db import migrations, models
import django.db.models.deletion
class Migration(migrations.Migration):
dependencies = [
('mapapp', '0001_initial'),
('devapp', '0002_auto_20160909_1018'),
]
operations = [
migrations.AddField(
model_name='device',
name='map_dot',
field=models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.SET_NULL, to='mapapp.Dot'),
),
]