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

Admin assets aren't being served #1

Open
marklit opened this issue May 12, 2012 · 0 comments
Open

Admin assets aren't being served #1

marklit opened this issue May 12, 2012 · 0 comments
Assignees
Labels

Comments

@marklit
Copy link
Owner

marklit commented May 12, 2012

When you load http://falling-ice-3499.herokuapp.com/admin/ the assets for the admin section aren't being served. I think there is a copy assets command in Django so the assets for the admin are apart of the code base rather than needing to be referenced via proxy.

In the past I've done a proxy command via xginx:

location ^~ /static/admin/ {
    alias /home/mark/.virtualenvs/marksblogg/lib/python2.7/site-packages/django/contrib/admin/media/;
    expires   30m;
}
@ghost ghost assigned marklit May 12, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant