##// END OF EJS Templates
Added migration
neko259 -
r1442:78e442c6 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 migrations, models
5
6
7 class Migration(migrations.Migration):
8
9 dependencies = [
10 ('boards', '0040_thread_monochrome'),
11 ('boards', '0036_merge'),
12 ]
13
14 operations = [
15 ]
General Comments 0
You need to be logged in to leave comments. Login now