Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#21094 closed Cleanup/optimization (fixed)

Simplify tutorial steps in "using your own package"

Reported by: ylb415@… Owned by: nobody
Component: Documentation Version: 1.5
Severity: Normal Keywords: tutorial
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Hello,

Just a suggestion.

https://docs.djangoproject.com/en/1.5/intro/reusable-apps/
Step 1, 2 and 3 in "Using your own package"

I was wondering if 'python setup.py install --user' could be replaced by 'pip install --user django-polls-0.1.tar.gz'.

it simplify the tutorial as it is not needed to untar (except if one of the goal of the exercise is to expose to the user what is inside the tar file).

Thank you,

Yves

Change History (3)

comment:1 by Tim Graham <timograham@…>, 11 years ago

Resolution: fixed
Status: newclosed

In e4aab1bb8db24e226891556f072968625a68abdf:

Fixed #21094 -- Updated reuseable apps tutorial to use pip for installation.

Thanks ylb415 at gmail.com for the suggestion.

comment:2 by Tim Graham <timograham@…>, 11 years ago

In 7cfb5243f12f90862734afc7ca6ee95169ce52ad:

[1.5.x] Fixed #21094 -- Updated reuseable apps tutorial to use pip for installation.

Thanks ylb415 at gmail.com for the suggestion.

Backport of e4aab1bb8d from master

comment:3 by Tim Graham <timograham@…>, 11 years ago

In 6e17534c8903cabdd3fb2314c9a9c7b02128669e:

[1.6.x] Fixed #21094 -- Updated reuseable apps tutorial to use pip for installation.

Thanks ylb415 at gmail.com for the suggestion.

Backport of e4aab1bb8d from master

Note: See TracTickets for help on using tickets.
Back to Top