Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 
 
Rushabh Mehta d2fe902b4e refacted webnotes.webutils vor 11 Jahren
test_sites/test_site configure travis vor 11 Jahren
webnotes refacted webnotes.webutils vor 11 Jahren
.gitignore minor fixes vor 11 Jahren
.travis.yml add build step to travis.yml vor 11 Jahren
MANIFEST.in Removed config.json vor 11 Jahren
README.md [minor] update readme! vor 11 Jahren
hooks.md redesigned additional permissions via hooks and implemented in Event: vor 11 Jahren
license.txt profile: form is now my settings page, removed (Page, profile-settings) vor 12 Jahren
requirements.txt added lxml dependency vor 11 Jahren
setup.py Install fixes, started to rewrite translate.py webnotes/wnframework#351 vor 11 Jahren

README.md

wnframework

Full-stack web application framework that uses Python/MySql on the server side and a tightly integrated client side library. Primarily built for erpnext.

Projects: erpnext | webnotes/erpnext

Setup

To start a new project, in the application root:

Install:

  1. Go to the project folder

  2. Install webnotes and your app:

     $ git clone git@github.com:webnotes/wnframework lib
     $ git clone git@github.com:webnotes/[your app] app
     $ lib/wnf.py --make_conf
     $ lib/wnf.py --reinstall
     $ lib/wnf.py --build
    
  3. Run development server:

     $ lib/wnf.py --serve
    

enjoy!

wnf.py

$ lib/wnf.py --help for more info

License

wnframework is freely available to use under the MIT License