Add sample habitat image and zone data
- Renames fixture scripts
This commit is contained in:
parent
1dcd42b6bc
commit
627816a3cd
14 changed files with 96 additions and 3 deletions
|
@ -0,0 +1,18 @@
|
|||
# Generated by Django 3.2.8 on 2021-11-10 02:04
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('api', '0006_auto_20211109_2255'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='zoneimagesegment',
|
||||
name='segment_percentage_width',
|
||||
field=models.FloatField(default=0),
|
||||
),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue