mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 03:17:07 +00:00
13 lines
227 B
Python
13 lines
227 B
Python
# Generated by Django 2.2.10 on 2020-11-27 08:49
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('people', '0024_remove_age_gender'),
|
|
]
|
|
|
|
operations = []
|