-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Command in Dockerfile-dev throws error and stops on startup #704
Comments
Also reported here as their docs indicate that this should work: |
The command line help also no longer shows the parameter, only a bunch of flags. I tried to work around using the |
This has been fixed in the master branch of django-extensions, but is broken in the released version rendering this inoperable in the current cookiecutter-django release which pulls in the borken django-extensions release. |
This is specific to Django 1.10, right (not 1.9)? |
No, the django-extension pulled in by the requirements file does not handle the |
Should be good now, see #725 |
manage.py runserver_plus: error: unrecognized arguments: 0.0.0.0:8000
Running:
From the command line gives an identical error.
The text was updated successfully, but these errors were encountered: