mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 15:05:49 +03:00
[GH-ISSUE #150] CSS file is not working while deploying to the heroku. #101
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#101
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kumareshsaran on GitHub (Jan 19, 2018).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/150
Here is my settings.py file.I don't know where is the issues.if any one knows please ping me.
@iphoting commented on GitHub (Jan 19, 2018):
I’ve made a Heroku-compatible fork, you might want to try it out: https://github.com/iphoting/healthchecks/
@kumareshsaran commented on GitHub (Jan 19, 2018):
Hi thank you for your response.. I try to deploy this project.it shows error in deployment.below i mention the error.
@kumareshsaran commented on GitHub (Jan 19, 2018):
Thank you so much, friend.it's working fine
@YayiniSundar commented on GitHub (Jan 20, 2018):
This is my heroku link : https://healthchecks-app.herokuapp.com/ I am not getting specific image.png files as it is loaded using Static compress file.
Here is my Settings.py file:
"""
Django settings for hc project.
In base.html css static is not loading for following objects:
Failed to load resource: the server responded with a status of 404 (Not Found) period_grace.png Failed to load resource: the server responded with a status of 404 (Not Found) my_checks.png Failed to load resource: the server responded with a status of 404 (Not Found) channels.png Failed to load resource: the server responded with a status of 404 (Not Found) cron.png Failed to load resource: the server responded with a status of 404 (Not Found) icomoon.ttf Failed to load resource: the server responded with a status of 404 (Not Found) icomoon.woff Failed to load resource: the server responded with a status of 404 (Not Found)
Please do brief description as i am in learning phase of Django and heroku.
Thanks In Advance
@mwaz commented on GitHub (Mar 27, 2018):
That is something to do with static files. disable collect static should be set to 0 on your env. that should work
@cuu508 commented on GitHub (Jan 7, 2019):
Looks like the original issue was resolved, closing.