Gitlab Community Edition Instance

Skip to content

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

django-admin documentation

Edited by Jan Maximilian Michal