Hi fellow Djangoers,
I spotted an error in the docs for the collectstatic command and spent sometime figuring out how to make it work only to realize that there is a typo in the docs. I would like to report it so that it gets fixed. I am quite new to Django. So, how do I do it?
At the top it specifies the command as
`django-admin collectstatic` which is wrong - when I tried this, I got the error message
"No Django settings specified. Unknown command: 'collectstatic' Type 'django-admin help' for usage."
At the bottom of the section, it lists the right command using manage.py