Skip to content

dervn/HelloWeb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

点击run.bat运行web.py的内置server

ngnix

url.rewrite-once = (
“^/favicon.ico$” => “/static/favicon.ico”,
“^/static/(.*)$” => “/static/$1″,
“^/(.*)$” => “/code.py/$1″,
)

About

Learning web.py

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages