mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 16:12:51 +11:00
19 lines
414 B
Python
19 lines
414 B
Python
|
# Generated by Django 2.1.1 on 2018-12-19 13:39
|
||
|
|
||
|
from django.db import migrations, models
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('dpaste', '0006_auto_20180622_1051'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.AddField(
|
||
|
model_name='snippet',
|
||
|
name='rtl',
|
||
|
field=models.BooleanField(default=False, verbose_name='Right-to-left'),
|
||
|
),
|
||
|
]
|