I've create a command in app/management/commands and this command was working fine. I'm unable to run this command now. I'm getting the following error:
Unknown command: 'my_custom_command_name'
I'm using a virtual env. I don't see this in list of commands when I type pythong manage.py. I've this app installed in my settings and It was working previously
python manage.pywith the virtualenv activated? And the app is in the python path?INSTALLED_APPS?