Move the delbert script into Commands for manage.py
There is a delbert.py
script that needs to be refactored into commands that can be invoked via manage.py. Django provides a mechanism for this behaviour via the BaseCommand class.
References
Edited by Jan Maximilian Michal