Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 460 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 460 Bytes

Fujd

Python Web Framework, loosely based on grails, and running on tornado-web.

Credits to teaspoon for its initial help with project structure

Commands

  • Create This is used to build an initial project, simple run with: 'python . create PROJECT_NAME'

  • Add This is an interactive command that lets to add components to already created Fujd projects

    To use simply run the following and an interactive wizard will start: 'python . bake'