Django: managment command for project
I have a django project with several apps; I have registered custom management commands for several of the apps and that works as intended. However now I would like to add a management command for the entire site which is not related to any specific app - is that possible?
Have tried putting a managment command in site/management/commands
but then manage.py
did not find my command.