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

pickup filesystem changes without restarting gunicorn #212

Closed
jsnshrmn opened this issue Jan 17, 2019 · 2 comments · Fixed by #224
Closed

pickup filesystem changes without restarting gunicorn #212

jsnshrmn opened this issue Jan 17, 2019 · 2 comments · Fixed by #224

Comments

@jsnshrmn
Copy link
Member

No description provided.

@jsnshrmn
Copy link
Member Author

jsnshrmn commented Feb 7, 2019

#224 enabled the desired behavior for templates, views, etc, but we need to do a little more work for static files, which still require interaction on the cli since we're using a production-ish looking server config in vagrant. Since we're using a real server instead of the runserver management command. Probably routing to the serve() view for local environments only would do the trick
https://docs.djangoproject.com/en/1.11/ref/views/#django.views.static.serve

@jsnshrmn
Copy link
Member Author

closed by #270

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

Successfully merging a pull request may close this issue.

1 participant