mirror of
https://github.com/bcomsugi/dasaproject.git
synced 2026-01-10 17:02:37 +07:00
19 lines
368 B
Python
19 lines
368 B
Python
# Generated by Django 4.2 on 2023-05-14 18:27
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('SalesOrder', '0001_initial'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name='salesorder',
|
|
name='TxnDate',
|
|
field=models.DateField(),
|
|
),
|
|
]
|