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

Serve staticfiles in the webapp if whitenoise is installed #1188

Merged
merged 3 commits into from
Mar 19, 2015
Merged

Serve staticfiles in the webapp if whitenoise is installed #1188

merged 3 commits into from
Mar 19, 2015

Conversation

brutasse
Copy link
Member

This avoids the collectstatic step & apache configuration. It's probably slightly less optimal than serving files with apache/nginx but much easier to start with.

Whitenoise is compatible with Django 1.4 and above.

@obfuscurity
Copy link
Member

Should fix #1173.

@obfuscurity
Copy link
Member

Thanks @brutasse, LGTM. 👍

brutasse added a commit that referenced this pull request Mar 19, 2015
Serve staticfiles in the webapp if whitenoise is installed
@brutasse brutasse merged commit d3c889b into graphite-project:master Mar 19, 2015
@brutasse brutasse deleted the fix/static-serving branch March 19, 2015 07:42
@deniszh deniszh mentioned this pull request Apr 16, 2015
13 tasks
obfuscurity added a commit that referenced this pull request Sep 27, 2015
Backport of #1188 "Serve staticfiles in the webapp if whitenoise is installed" to 0.9.x
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 this pull request may close these issues.

2 participants