./manage runserver --nostatic doesn't return a traceback
— at Version 7
When running ./manage runserver --nostatic, I expect a traceback to be returned when
a syntax error occurs, and I expect the autoreloader still to be available. Instead, the
runserver command exits like:
usage: manage.py runserver [-h] [--version] [-v {0,1,2,3}]
[--settings SETTINGS] [--pythonpath PYTHONPATH]
[--traceback] [--no-color] [--ipv6] [--nothreading]
[--noreload]
[addrport]
manage.py runserver: error: unrecognized arguments: --nostatic
Ticket: https://github.com/wearespindle/django/tree/ticket_27522
Change History
(7)
Description: |
modified (diff)
|
Triage Stage: |
Unreviewed → Accepted
|
Keywords: |
runserver nostatic added
|
Description: |
modified (diff)
|
Version: |
1.8 → master
|
This is a workaround: