init
This commit is contained in:
commit
8851786e67
353 changed files with 36724 additions and 0 deletions
18
adminsystemdb/migrations/0003_alter_poseters_authror.py
Executable file
18
adminsystemdb/migrations/0003_alter_poseters_authror.py
Executable file
|
@ -0,0 +1,18 @@
|
|||
# Generated by Django 4.1.6 on 2023-04-17 07:53
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('adminsystemdb', '0002_poseters_desc'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='poseters',
|
||||
name='authror',
|
||||
field=models.TextField(blank=True, verbose_name='author'),
|
||||
),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue