Skip to content
Snippets Groups Projects
Commit 7970af88 authored by ml bonhomme's avatar ml bonhomme :bee:
Browse files

add text orientation on transcriptions, editable in admin

parent 0ef4ecbc
No related branches found
No related tags found
No related merge requests found
# Generated by Django 3.2.6 on 2021-10-22 08:27
import enumfields.fields
from django.db import migrations
import arkindex.documents.models
class Migration(migrations.Migration):
dependencies = [
('documents', '0043_element_creator'),
]
operations = [
migrations.AddField(
model_name='transcription',
name='orientation',
field=enumfields.fields.EnumField(default='horizontal-lr', enum=arkindex.documents.models.TextOrientation, max_length=50),
),
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment