Skip to content

oshinko/nginx-wsgi-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nginx-wsgi-testing

Start services.

docker-compose up

Local development without Docker

python3 -m venv .venv
. .venv/bin/activate

or Windows.

%LocalAppData%\Programs\Python\Python310\python -m venv .venv
.venv\Scripts\activate

Start server.

python wsgi.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published