paulkore / trakr-django

Simple web-app to keep track of group expenses
0 stars 0 forks source link

Upgrade deployment environment performance to production-grade #51

Open paulkore opened 9 years ago

paulkore commented 9 years ago

The current live instance is deployed to Heroku using a free account.

This imposes usability limitations, such as:

In addition to upgrading to a paid account on Heroku, re-visit the possibility of using PythonAnywhere as the deployment target.

paulkore commented 9 years ago

Note: in order to prevent the app from sleeping, a cron job can be set up to hit it periodically.