mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 11:27:09 +00:00
feat(people): Add Person and Relationship models
This commit is contained in:
17
people/migrations/0003_fix_people_plural.py
Normal file
17
people/migrations/0003_fix_people_plural.py
Normal file
@@ -0,0 +1,17 @@
|
||||
# Generated by Django 2.2.9 on 2020-02-14 09:45
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('people', '0002_add_relationship_models'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='person',
|
||||
options={'verbose_name_plural': 'people'},
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user