Django-Styleguide-Example icon indicating copy to clipboard operation
Django-Styleguide-Example copied to clipboard

Add GH actions step for `python manage.py check`

Open Ivo-Donchev opened this issue 3 years ago • 0 comments

Adding python manage.py check as a step in the CI will run all the "checks" that are normally being ran when starting the server - all the system checks (https://docs.djangoproject.com/en/4.1/ref/checks/) + any custom checks.

Ivo-Donchev avatar Aug 31 '22 10:08 Ivo-Donchev