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?
Here is the error in https://docs.djangoproject.com/en/4.0/ref/contrib/staticfiles/#django-admin-collectstatic 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 -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/1cd1e769-cf97-4c00-9432-51af71a9b1f5n%40googlegroups.com.

