No description
Find a file
2014-02-17 22:49:39 +05:30
frappe Load report fresh if route options provided 2014-02-17 22:49:39 +05:30
test_sites/test_site configure travis 2013-12-23 16:01:20 +05:30
.gitignore minor fixes 2014-02-05 17:06:18 +05:30
.travis.yml update travis.yml, disable compiler optimizations 2014-02-14 15:20:57 +05:30
hooks.md redesigned additional permissions via hooks and implemented in Event: 2014-01-23 16:26:44 +05:30
license.txt profile: form is now my settings page, removed (Page, profile-settings) 2012-11-28 15:19:50 +05:30
MANIFEST.in -webnotes +frappe 💥 2014-02-14 14:55:11 +05:30
README.md [minor] update readme! 2013-10-25 14:25:54 +05:30
requirements.txt added lxml dependency 2014-01-31 14:53:58 +05:30
setup.py -webnotes +frappe 💥 2014-02-14 14:55:11 +05:30

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