tsuru / tsuru-django-sample

Sample Django application for tsuru.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Sample Django application for tsuru.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%