mirror of https://github.com/interlegis/sapl.git
3 changed files with 30 additions and 3 deletions
@ -0,0 +1,16 @@ |
|||||
|
# -*- coding: utf-8 -*- |
||||
|
# Generated by Django 1.11.18 on 2019-01-21 17:52 |
||||
|
from __future__ import unicode_literals |
||||
|
|
||||
|
from django.db import migrations |
||||
|
|
||||
|
|
||||
|
class Migration(migrations.Migration): |
||||
|
|
||||
|
dependencies = [ |
||||
|
('protocoloadm', '0015_auto_20190108_1606'), |
||||
|
('protocoloadm', '0016_auto_20190110_1345'), |
||||
|
] |
||||
|
|
||||
|
operations = [ |
||||
|
] |
||||
Loading…
Reference in new issue