* ui_ux: => 0
* type: => Uncategorized
* severity: => Normal
* easy: => 0
Comment:
I have provided a pull request for a Makefile at:
https://github.com/django/django/pull/2906
Its main concern currently is also to run `make test` easily.
Regarding the comment from mtredinnick above:
> Not every system will have make on it
That's not a reason to not provide an easy path on systems where it is
available (Linux, MacOS, ..).
--
Ticket URL: <https://code.djangoproject.com/ticket/6477#comment:3>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
Comment (by aaugustin):
Since that ticket was filed, Django gained a sample test settings file and
it has become possible to run the tests with `cd tests; ./runtests.py`.
Hiding that behind a Makefile doesn't really help. So it's still a wontfix
for me.
--
Ticket URL: <https://code.djangoproject.com/ticket/6477#comment:4>