Skip to content

dorican/fwsgi_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wsgi-framework

How to use

You need to install uwsgi:

sudo add-apt-repository universe
sudo apt update
sudo apt install python3-pip
pip3 install uwsgi 
pip3 install Jinja2

In folder 'templates' there are template pages.

In file 'views.py' there are examples views.

In file 'routes.py' there are examples urls.

On these examples you may build your own views, urls and template pages.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published