First working version of the import magmt command
./manage.py import --all
This commit is contained in:
parent
ec5f4111ac
commit
b9dcab334b
6 changed files with 278 additions and 83 deletions
18
app/migrations/0006_rename_scale_peoplefunction_function.py
Normal file
18
app/migrations/0006_rename_scale_peoplefunction_function.py
Normal 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',
|
||||
),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue