Add language tags definition, caret and bubbles in editor.
[redakcja.git] / src / wlxml / migrations / 0005_tag_example_txt.py
1 # Generated by Django 3.1.13 on 2021-08-14 11:03
2
3 from django.db import migrations, models
4
5
6 class Migration(migrations.Migration):
7
8     dependencies = [
9         ('wlxml', '0004_auto_20210814_1052'),
10     ]
11
12     operations = [
13         migrations.AddField(
14             model_name='tag',
15             name='example_txt',
16             field=models.FileField(blank=True, upload_to='wlxml/tag/example/txt/'),
17         ),
18     ]