Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 441 Bytes

README.markdown

File metadata and controls

13 lines (8 loc) · 441 Bytes

tsuru-django-sample

This is the example project used in the guide "Deploying Python applications in tsuru".

Configuration

Before deploying this app to tsuru, you need to add the host/domain name to ALLOWED_HOSTS configuration in blog/settings.py:

ALLOWED_HOSTS = ['my-app.cloud.example.com', 'example.domain.net', 'lvh.me']

To run locally, you can use lvh.me domain.