I think You can make a pull request on its documentation of GitHub. https://github.com/django/django/tree/main/docs
On Monday, February 7, 2022 at 8:59:36 AM UTC+8 [email protected] wrote: > 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/334965c0-e4ae-4f89-b749-bb89c97d1857n%40googlegroups.com.

