diff --git a/app/video/management/commands/load_titles.py b/app/video/management/commands/load_titles.py index 275a6bf..af2050f 100644 --- a/app/video/management/commands/load_titles.py +++ b/app/video/management/commands/load_titles.py @@ -18,7 +18,8 @@ class Command(BaseCommand): }, 'keys': [ 'id', 'title', 'director', 'summary', 'source', 'sourcedescription', 'date', 'location', - 'duration', 'featuring', 'cinematographer' + 'duration', 'featuring', 'cinematographer', + 'hue', 'saturation', 'lightness', ], 'range': [0, 1000] }