Hi, I am trying to write some custom management commands, tried creating a testing.py then running python2.7 manage.py testing but it errors Unknown command: 'testing'. On my linux machine with django 1.3 it works fine. management/containing.init.py and commands/ containing init.py and testing.py I have tried putting copying the management folder into myproject, myproject/myproject and myproject/appname folders. I have also confirmed the correct settings.py and manage.py are being used. and tried adding the following to the manage.py. sys.path.insert(0, "/home/ewanmd/webapps/testapp/myproject/management/commands") django link https://docs.djangoproject.com/en/dev/howto/custom-management-commands/ Thanks, Ewan asked 20 Jul '12, 10:09 ewanmd |
Submit a support ticket so we can look at the account directly. There is nothing about the platform which should cause problems with custom commands. answered 20 Jul '12, 17:28 johns |