Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation fix for django-admin commands #6232

Merged
merged 4 commits into from
Oct 3, 2018

Conversation

Jufebrown
Copy link
Contributor

Description

refs #6231
Fixes instances in docs where user is told to enter commands like:

django-admin.py startproject tutorial

to the correct:

django-admin startproject tutorial

@tomchristie
Copy link
Member

Fair enough. I guess? that the other version works as well or we'd presuamably have had it raised as an issue a while back, but the version here is the same as used in the Django docs, so we should roll with it.

@Jufebrown
Copy link
Contributor Author

Thank you. The django-admin.py command generates an error (file not found) for me. I may have found it because I'm a total newbie to python/Django and spent an hour trying to figure out why I could see the file and my computer couldn't.

@tomchristie
Copy link
Member

Gotcha. Thanks for making the fix! We'll publish the docs with the next release of REST framework.

pchiquet pushed a commit to pchiquet/django-rest-framework that referenced this pull request Nov 17, 2020
* fix django-admin commands on quickstart doc

* fix django-admin commands on tutorial/1-serialization doc

* fix django-admin command on readme

* fix django-admin command on docs/community/project-management.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants