##// END OF EJS Templates
Some progress in the sync
Some progress in the sync

File last commit:

r1137:5c9f15aa merge decentral
r1144:a82e4e4d decentral
Show More
0018_merge.py
15 lines | 295 B | text/x-python | PythonLexer
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import models, migrations
class Migration(migrations.Migration):
dependencies = [
('boards', '0012_auto_20150307_1323'),
('boards', '0017_auto_20150503_1847'),
]
operations = [
]