##// END OF EJS Templates
Save signatures when the post is parsed for the later use
Save signatures when the post is parsed for the later use

File last commit:

r1243:c8024468 decentral
r1244:0f0731ca decentral
Show More
0020_merge.py
15 lines | 282 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', '0018_merge'),
('boards', '0019_auto_20150519_1323'),
]
operations = [
]