Skip to content

ChetSocio/sample-python-django

 
 

Repository files navigation

Sample Application with Python and Django

This sample is running on: https://python-django.is-easy-on-scalingo.com/

Run locally with Docker

First, you need to have Docker and docker-compose installed.

docker-compose build
docker-compose up

Deploy via Git

Create an application on https://scalingo.com, then:

git remote add scalingo git@ssh.osc-fr1.scalingo.com:<name_of_your_app>.git
git push scalingo master

And that's it!

The application is running at this url: https://<name_of_your_app>.scalingo.io/

Deploy via one-click

Deploy to Scalingo

About

Sample application with Python and Django 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 49.9%
  • HTML 48.0%
  • Dockerfile 1.8%
  • Procfile 0.3%