Initial commit
This commit is contained in:
31
env/lib/python3.10/site-packages/wagtail/contrib/simple_translation/migrations/0001_initial.py
vendored
Normal file
31
env/lib/python3.10/site-packages/wagtail/contrib/simple_translation/migrations/0001_initial.py
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
# Generated by Django 2.2.16 on 2021-04-12 20:22
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
initial = True
|
||||
|
||||
dependencies = []
|
||||
|
||||
operations = [
|
||||
migrations.CreateModel(
|
||||
name="SimpleTranslation",
|
||||
fields=[
|
||||
(
|
||||
"id",
|
||||
models.AutoField(
|
||||
auto_created=True,
|
||||
primary_key=True,
|
||||
serialize=False,
|
||||
verbose_name="ID",
|
||||
),
|
||||
),
|
||||
],
|
||||
options={
|
||||
"permissions": [("submit_translation", "Can submit translations")],
|
||||
"default_permissions": [],
|
||||
},
|
||||
),
|
||||
]
|
||||
0
env/lib/python3.10/site-packages/wagtail/contrib/simple_translation/migrations/__init__.py
vendored
Normal file
0
env/lib/python3.10/site-packages/wagtail/contrib/simple_translation/migrations/__init__.py
vendored
Normal file
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user