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

Static files are not being loaded on Heroku #12

Open
iamkhush opened this issue Jun 1, 2014 · 1 comment
Open

Static files are not being loaded on Heroku #12

iamkhush opened this issue Jun 1, 2014 · 1 comment
Assignees
Labels

Comments

@iamkhush
Copy link
Collaborator

iamkhush commented Jun 1, 2014

a) Since, files are being loaded in your local, Identify the differences in Heroku and your local
b) Then, understand how are static files are actually being served by the server, Does the settings change make an difference in the files being served?

@prakharjoshi
Copy link
Owner

Static files have been serving on heroku (used cling) as well as local but only on DEBUG = True mode, as django.views.static.serve function serves files only on DEBUG = True mode only. In Debug = False mode this doesnot serve static files.

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

2 participants