Skip to content

Conversation

@collingreen
Copy link
Owner

TODO

  • test mailgun works out of the box
  • finish testing a full project setup
    • heroku_setup
    • fix constant migration warning
    • serve a request
  • test tasks
    • dev -> tasks completed instantly
    • tests -> task runner?
    • prod -> actually run task
  • fix djeroku.py web (foreman setup broken with uwsgi)
  • add sslify
  • replace gunicorn with uwsgi
  • update for python 3
  • remove newrelic
  • upgrade to django 1.9
  • update all requirements
  • remove fabric dependency
  • add djeroku.py helper script
  • replace mandril addon with mailgun

gunicorn on heroku seems to end up with locked up workers a little
too often - replacing with uwsgi as an experiment

Closes #22
dj-static was not playing nicely with uwsgi, while whitenoise works out
of the box and seems to be the current preference for serving static
files from django on heroku

Closes #23
@collingreen collingreen force-pushed the feature-django-1.9 branch 2 times, most recently from a949547 to de61d1f Compare January 19, 2016 08:30
- Replace fabfile with djeroku.py
- Remove mandril (no longer offers free addon)
- Stop calling syncdb
- Update for python3
- Remove pipelines until the new version stabilizes on heroku

Closes #15
Closes #24
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.

2 participants