Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

PyInert Framework Skeleton

This is the starter application skeleton used by pyinert/installer.

It is not published to PyPI. The installer copies this repository when a user runs:

pyinert new my-app

Default route architecture

app/routes/index.pi          -> /
app/routes/about.pi          -> /about
app/routes/users/index.pi    -> /users
app/routes/users/[id].pi     -> /users/<id>
templates/app.html           -> application shell/layout

Each .pi route file has a top <?py ?> controller/config block and a bottom Jinja/HTML view section.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages