Skip to content

Make beat/beat.web> setup compatible with Django 3

Samuel GAIST requested to merge make_test_compatible_with_django3 into master

The name of the verbose parameter of call_command has changed.

Now Django fails when it sees a command parameter that is in fact not available, it used to just ignore them.

Edited by Samuel GAIST

Merge request reports