You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jakobsn 166ec1c785 Sending sessions cross modules 6 vuotta sitten
mysql can write to guestbook when logged in 6 vuotta sitten
src Sending sessions cross modules 6 vuotta sitten
templates basic login and session enabled 6 vuotta sitten
.gitignore Hello world 6 vuotta sitten
README.md create models for database operations 6 vuotta sitten
docker-compose.yml webserver launch before database ready 6 vuotta sitten

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