Skip to content
Snippets Groups Projects
Commit 1499a790 authored by Marco Frailis's avatar Marco Frailis
Browse files

Renaming euclid example folder, small update on model and settings

parent 2a85b698
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ INSTALLED_APPS = [
'django.contrib.messages',
'django.contrib.staticfiles',
'django_extensions',
'imagedb',
'imagedb.apps.ImagedbConfig',
'rest_framework',
'url_filter',
]
......
......@@ -200,12 +200,12 @@ class DataContainer(models.Model):
class NispRawFrame(ImageSpaceFrame):
filterWheelPosition = models.CharField(
max_length=10,
max_length=15,
choices = [(d,d) for d in NISP_FILTER_WHEEL]
)
grismWheelPosition = models.CharField(
max_length=10,
max_length=15,
choices = [(d,d) for d in NISP_GRISM_WHEEL]
)
frameFile = models.OneToOneField(DataContainer,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment