{{{
$ python manage.py runserver --nostatic
usage: manage.py runserver [-h] [--ipv6] [--nothreading] [--noreload]
[--version] [--settings SETTINGS] [--pythonpath PYTHONPATH] [--no-color]
[--force-color] [--skip-checks]
[addrport]
manage.py runserver: error: unrecognized arguments: --nostatic
python manage.py runserver
CommandError: You must set settings.ALLOWED_HOSTS if DEBUG is False.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/33782>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* resolution: => duplicate
* component: Uncategorized => Core (Management commands)
* type: Uncategorized => Bug
Comment:
Duplicate of #32915. There is no need to report the same issue multiple
times.
--
Ticket URL: <https://code.djangoproject.com/ticket/33782#comment:1>
Comment (by Michael):
Replying to [comment:1 Mariusz Felisiak]:
> Duplicate of #32915. There is no need to report the same issue multiple
times.
Omw sorry I see I did report it already. I thought I never got around to
it and saw it again yesterday
--
Ticket URL: <https://code.djangoproject.com/ticket/33782#comment:2>