Skip to content

tsuru/tsuru-django-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages