##// END OF EJS Templates
Added missing migration
neko259 -
r1243:c8024468 decentral
parent child Browse files
Show More
@@ -0,0 +1,15 b''
1 # -*- coding: utf-8 -*-
2 from __future__ import unicode_literals
3
4 from django.db import models, migrations
5
6
7 class Migration(migrations.Migration):
8
9 dependencies = [
10 ('boards', '0018_merge'),
11 ('boards', '0019_auto_20150519_1323'),
12 ]
13
14 operations = [
15 ]
General Comments 0
You need to be logged in to leave comments. Login now