UCL-INGI / ICTV

ICTV is a simple content management system for digital signage on multiple screens.
Other
15 stars 5 forks source link

Flask migration #30

Closed Dj0ulo closed 3 years ago

Dj0ulo commented 3 years ago

Contributor : @l9kd1

anthonygego commented 3 years ago

LGTM. I let the last word to @Drumor.

Drumor commented 3 years ago

Not sure it's not from my install but i have this error when opening index page :

TypeError: The view function for 'IndexPage' did not return a valid response. The function either returned None or ended without a return statement.

Dj0ulo commented 3 years ago

@Drumor The error is normally more detailed above in the console. Maybe it's the secret key that you didn't set up in config.yaml as I added it in the last commit

Drumor commented 3 years ago

Basically tested, no specific issue found.