Skip to content

ali96343/facew2p

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

facew2p

some py4web app at https://github.com/ali96343/facep4w

Python script generates web2py app from html-css-templates

  1. install web2py http://web2py.com,
  2. create new web2py myapp,
  3. download script: wget https://raw.githubusercontent.com/ali96343/facew2p/master/facew2p
  4. cd myapp/static && mkdir template && cd template,
  5. download html-css-template to myapp/static/template,
  6. run the script from template dir (if template is zipped, the script unzips the template),
  7. at every run the script delete myapp/databases/*,
  8. its python-2.7 scipt

some test applications (for admin dashboards) are in the applications directory,

for test apps url/myapp/myadd use nil@nil.com xyz12345

  1. tabw2p - generates web2py app from tables descriptions in yaml files
  2. create empty dir && cd empty dir
  3. run tabw2p, look-change yaml files
  4. run tabw2p again