sokanu / frame

MIT License
1 stars 1 forks source link

Move image modifier references into settings file #18

Open jskopek opened 9 years ago

jskopek commented 9 years ago

Image modifiers are currently hard-coded in a list within the images/views.py file. See:

https://github.com/sokanu/frame/blob/dadd51862d6e8c8287e33916cb0fe901c8a550ed/images/views.py#L67

We should move this into a settings variable, as it will add flexibility for further modifiers down the road. We could even move some modifiers into separate apps (for example, we may not wish to have an OpenCV face detection modifier in the core app)