##// END OF EJS Templates
Merged with default branch
Merged with default branch

File last commit:

r1159:b420b94d decentral
r1227:af86e9af merge decentral
Show More
0019_merge.py
15 lines | 270 B | text/x-python | PythonLexer
neko259
Merge migrations
r1159 # -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import models, migrations
class Migration(migrations.Migration):
dependencies = [
('boards', '0018_banner'),
('boards', '0018_merge'),
]
operations = [
]