Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
jakobsn 65a0e11271 Fix registration and log in field 6 lat temu
mysql can write to guestbook when logged in 6 lat temu
src Fix registration and log in field 6 lat temu
templates basic login and session enabled 6 lat temu
.gitignore Hello world 6 lat temu
README.md create models for database operations 6 lat temu
docker-compose.yml webserver launch before database ready 6 lat temu

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