Skip to content
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

Closed
ssteinerx opened this issue Aug 1, 2016 · 6 comments
Closed

Command in Dockerfile-dev throws error and stops on startup #704

ssteinerx opened this issue Aug 1, 2016 · 6 comments

Comments

@ssteinerx
Copy link
Contributor

ssteinerx commented Aug 1, 2016

manage.py runserver_plus: error: unrecognized arguments: 0.0.0.0:8000

Running:

./manage.py runserver_plus 0.0.0.0:8000

From the command line gives an identical error.

@ssteinerx
Copy link
Contributor Author

Also reported here as their docs indicate that this should work:
django-extensions/django-extensions#935

@ssteinerx
Copy link
Contributor Author

The command line help also no longer shows the parameter, only a bunch of flags. I tried to work around using the RUNSERVERPLUS_SERVER_ADDRESS_PORT, but it is also ignored.

@ssteinerx
Copy link
Contributor Author

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.

@ssteinerx ssteinerx mentioned this issue Aug 2, 2016
12 tasks
@audreyfeldroy
Copy link
Member

This is specific to Django 1.10, right (not 1.9)?

@ssteinerx
Copy link
Contributor Author

ssteinerx commented Aug 3, 2016

No, the django-extension pulled in by the requirements file does not handle the ip:port parameter. This has been fixed in the master branch of django-extensions, but is broken in the most recent release.

@jayfk
Copy link
Collaborator

jayfk commented Aug 11, 2016

Should be good now, see #725

@jayfk jayfk closed this as completed Aug 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants