more apps
This commit is contained in:
18
artsurvey/migrations/0120_auto_20210607_1748.py
Normal file
18
artsurvey/migrations/0120_auto_20210607_1748.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 3.0.8 on 2021-06-07 14:48
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('artsurvey', '0119_auto_20210607_1746'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='artsurveyparams',
|
||||
name='band',
|
||||
field=models.CharField(choices=[('E0', '4-12 keV'), ('E1', '4-7 keV'), ('E2', '7-12 keV'), ('E3', '12-20 keV'), ('E4', '20-30 keV'), ('ALL', 'All bands')], default='E0', help_text='E0: 4-12 keV, E1: 4-7 keV, E2: 7-12 keV, E3: 12-20 keV, E4: 20-30 keV', max_length=10),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user