Dear Everybody
I would like to understand how I can access and navigate Python and Django help.
- in Django I cd to my directory and entered the following command to access help of the manage.py:
python manage.py help
And I would like to get info on the commands. Here I have to type:
Type 'manage.py help ' for help on a specific subcommand.
But either combination did not work.
- How do I get help in Python? Is there a way to list everything python has to offer? If not is there a online resource that gives an excellent overview?
Thanks
L.