Skip to content

Run `manage.py check` in Dockerfile

Lukas Möller requested to merge add-django-check into staging

Runs manage.py check during build time which does some static checks that don't require a db.

https://docs.djangoproject.com/en/3.0/ref/django-admin/#check

https://docs.djangoproject.com/en/3.0/ref/checks/

I am not sure if we need this and if it is the correct way to integrate this.

Merge request reports

Loading