First working version of the import magmt command

./manage.py import --all
This commit is contained in:
PCoder 2021-11-10 19:50:16 +05:30
commit b9dcab334b
6 changed files with 278 additions and 83 deletions

View file

@ -0,0 +1,18 @@
# Generated by Django 3.2.5 on 2021-11-10 12:34
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('app', '0005_auto_20211110_1218'),
]
operations = [
migrations.RenameField(
model_name='peoplefunction',
old_name='scale',
new_name='function',
),
]