#28778: Contribution guide missing django installation instructions
-------------------------------------+-------------------------------------
Reporter: | Owner: nobody
Hrishikesh Barman |
Type: | Status: assigned
Cleanup/optimization |
Component: | Version: 1.11
Documentation | Keywords: testcases,
Severity: Normal | contribution
Triage Stage: | Has patch: 1
Unreviewed |
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
-------------------------------------+-------------------------------------
The **Writing your first patch for Django**
(https://docs.djangoproject.com/en/1.11/intro/contributing/) misses on
mentioning the installation of django using `python setup.py install` .
It does have clear instructions about installing the dependencies using
`pip install -r requirements/py3.txt` but that does not install django, if
if you install django using `pip install django` it installs some other
version of django that fails the test cases.
I cloned the latest version from github, and pip installs django1.11.7 and
test cases give error, when I do `setup.py install` it installs django2.0
and test cases ran successfully.
so, adding a line about installing the version of django using `python
setup.py install` will be helpful.
--
Ticket URL: <https://code.djangoproject.com/ticket/28778>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/052.9d3efbe1173c00204eb5932385693571%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.