#21094 closed Cleanup/optimization (fixed)
Simplify tutorial steps in "using your own package"
Reported by: | 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
Note:
See TracTickets
for help on using tickets.
In e4aab1bb8db24e226891556f072968625a68abdf: