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

With Whitenoise #5

Closed
julienkosinski opened this issue Apr 13, 2015 · 3 comments
Closed

With Whitenoise #5

julienkosinski opened this issue Apr 13, 2015 · 3 comments

Comments

@julienkosinski
Copy link

Hello,

I want to serve my staticfiles with whitenoise on heroku. When I implement it just like that : https://devcenter.heroku.com/articles/django-assets
I have this complete trace :
http://pastebin.com/r7iCXVwu

And, here the complete settings :
http://pastebin.com/DYX89Q3k

What should I do ?
I just want to serve statics in heroku.

Thank you :).

@jpadilla
Copy link
Owner

@julienkosinski how does your wsgi.py look?

@julienkosinski
Copy link
Author

Hello,

With Whitenoise, like this : http://pastebin.com/Uq3y8p0h

Thank you :).

@jpadilla
Copy link
Owner

@julienkosinski it's different to wsgi.py.

Notice from configurations.wsgi import get_wsgi_application instead of from django.core.wsgi import get_wsgi_application.

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

2 participants