vjFaLk / quote-generator

demo project made for platform.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic Python 3 with UWSGI for Platform.sh

Deploy on Platform.sh

This template provides the most basic configuration for running a custom Python 3.7 project. It launches the application using the UWSGI application runner.

Python is a general purpose scripting language often used in web development.

Services

  • Python 3.7
  • MariaDB 10.2
  • Redis 5.0

Customizations

The following files are of particular importance. If using this project as a reference for your own existing project, replicate the changes below to your project.

  • The .platform.app.yaml, .platform/services.yaml, and .platform/routes.yaml files have been added. These provide Platform.sh-specific configuration and are present in all projects on Platform.sh. You may customize them as you see fit.

References

About

demo project made for platform.sh


Languages

Language:Python 42.8%Language:HTML 29.7%Language:CSS 15.8%Language:JavaScript 11.8%