add dumpmap
This commit is contained in:
parent
376d85f9b4
commit
ef3969a4f5
9 changed files with 187 additions and 84 deletions
19
src/c3nav/mapdata/migrations/0002_auto_20160830_1028.py
Normal file
19
src/c3nav/mapdata/migrations/0002_auto_20160830_1028.py
Normal file
|
@ -0,0 +1,19 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.9.9 on 2016-08-30 10:28
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('mapdata', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='level',
|
||||
options={},
|
||||
),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue