[Django] #21116: missing 'python ' in bash command

9 views
Skip to first unread message

Django

unread,
Sep 17, 2013, 1:32:39 PM9/17/13
to django-...@googlegroups.com
#21116: missing 'python ' in bash command
----------------------------------+--------------------------
Reporter: daniel.quattro@… | Owner: nobody
Type: Uncategorized | Status: new
Component: Documentation | Version: 1.5
Severity: Normal | Keywords: example code
Triage Stage: Unreviewed | Has patch: 0
Easy pickings: 0 | UI/UX: 0
----------------------------------+--------------------------
In the bash code example for creating a super user the call is:
`manage.py createsuperuser --username=joe --email=j...@example.com`
I think it should be:
`python manage.py createsuperuser --username=joe
--email=j...@example.com`

The page:
https://docs.djangoproject.com/en/1.5/topics/auth/default/#topics-
auth-creating-superusers

--
Ticket URL: <https://code.djangoproject.com/ticket/21116>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

Django

unread,
Sep 17, 2013, 1:33:15 PM9/17/13
to django-...@googlegroups.com
#21116: missing 'python ' in bash command
----------------------------------+--------------------------------------

Reporter: daniel.quattro@… | Owner: nobody
Type: Uncategorized | Status: new
Component: Documentation | Version: 1.5
Severity: Normal | Resolution:

Keywords: example code | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 0 | UI/UX: 0
----------------------------------+--------------------------------------
Changes (by daniel.quattro@…):

* needs_better_patch: => 0
* needs_tests: => 0
* needs_docs: => 0


--
Ticket URL: <https://code.djangoproject.com/ticket/21116#comment:1>

Django

unread,
Sep 18, 2013, 10:37:43 AM9/18/13
to django-...@googlegroups.com
#21116: missing 'python ' in bash command
--------------------------------------+------------------------------------
Reporter: daniel.quattro@… | Owner: timo
Type: Cleanup/optimization | Status: closed
Component: Documentation | Version: 1.5
Severity: Normal | Resolution: fixed
Keywords: example code | Triage Stage: Accepted

Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 0 | UI/UX: 0
--------------------------------------+------------------------------------
Changes (by Tim Graham <timograham@…>):

* status: assigned => closed
* resolution: => fixed


Comment:

In [changeset:"d1c9802811b5c3f5abd3defcfecac160135fa6e7"]:
{{{
#!CommitTicketReference repository=""
revision="d1c9802811b5c3f5abd3defcfecac160135fa6e7"
Fixed #21116 -- Made usage of manage.py in docs more consistent.

Thanks daniel.quattro at gmail.com for the report.
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/21116#comment:3>

Django

unread,
Sep 18, 2013, 10:36:38 AM9/18/13
to django-...@googlegroups.com
#21116: missing 'python ' in bash command
--------------------------------------+------------------------------------
Reporter: daniel.quattro@… | Owner: timo
Type: Cleanup/optimization | Status: assigned
Component: Documentation | Version: 1.5
Severity: Normal | Resolution:

Keywords: example code | Triage Stage: Accepted
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 0 | UI/UX: 0
--------------------------------------+------------------------------------
Changes (by timo):

* status: new => assigned
* owner: nobody => timo
* type: Uncategorized => Cleanup/optimization
* stage: Unreviewed => Accepted


Comment:

It's not technically required if the script is executable (you can run
`./manage.py`) but I'll clean this up for consistency.

--
Ticket URL: <https://code.djangoproject.com/ticket/21116#comment:2>

Django

unread,
Sep 25, 2013, 8:15:05 PM9/25/13
to django-...@googlegroups.com
#21116: missing 'python ' in bash command
--------------------------------------+------------------------------------
Reporter: daniel.quattro@… | Owner: timo
Type: Cleanup/optimization | Status: closed
Component: Documentation | Version: 1.5
Severity: Normal | Resolution: fixed

Keywords: example code | Triage Stage: Accepted
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 0 | UI/UX: 0
--------------------------------------+------------------------------------

Comment (by Ramiro Morales <cramm0@…>):

In [changeset:"d1047c8b4cecd2e64a1ec0882328af9d081220a3"]:
{{{
#!CommitTicketReference repository=""
revision="d1047c8b4cecd2e64a1ec0882328af9d081220a3"
[1.6.x] Fixed #21116 -- Made usage of manage.py in docs more consistent.

Thanks daniel.quattro at gmail.com for the report.

d1c9802811 from master.
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/21116#comment:4>

Reply all
Reply to author
Forward
0 new messages