Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
jakobsn bd6504646a more database tables and creating of projects. Bug encountered, sleep on it 6 лет назад
mysql more database tables and creating of projects. Bug encountered, sleep on it 6 лет назад
src more database tables and creating of projects. Bug encountered, sleep on it 6 лет назад
templates basic login and session enabled 6 лет назад
.gitignore more database tables and creating of projects. Bug encountered, sleep on it 6 лет назад
README.md create models for database operations 6 лет назад
docker-compose.yml webserver launch before database ready 6 лет назад

README.md

Simple python web application

Python webpy application running on uswgi server with nginx using docker connected to another docker-runned mysql database.

Web Server image: https://github.com/tiangolo/uwsgi-nginx-docker webpy framework: http://webpy.org/

prerequisites:

docker https://www.docker.com/

Run

docker-compose up