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

Site Down #1

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Site Down #1

wants to merge 6 commits into from

Conversation

jnovinger
Copy link

Apologies, I meant to get to this a lot quicker than I actually did. At any rate, you can see the fixed version at http://austinpython-jn.herokuapp.com/.

  • Fixed site down issue: the Heroku slug had somehow gotten into a weird state where it couldn't find one the OS libraries that Python's socket used. Adding a 'runtime.txt' to the repo forces Heroku to rebuild the slug, which resolves the issue.
  • Updated two components: Django to 1.4.15 (from 1.4) and httplib to 0.9 (from 0.7.2, which isn't available on PyPI anymore). There are plenty more that should probably be updated.
  • Fixed the dates, times, and author name in Post bylines.
  • Removed the broken TwitterSearch JS and replaced with the standard Twitter timeline embed (figured better than nothing).
  • Fixed broken <title> tag.

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.

1 participant