No description
Find a file
2013-12-26 10:29:13 +05:30
test_sites/test_site configure travis 2013-12-23 16:01:20 +05:30
webnotes Read Only field fix and cache fix 2013-12-26 10:29:13 +05:30
.gitignore added setup.py 2013-12-11 11:32:43 +05:30
.travis.yml configure branches for travis 2013-12-24 12:11:49 +05:30
__init__.py [wsgi] [minor] added init 2013-09-17 15:17:36 +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 Removed config.json 2013-12-25 17:38:57 +05:30
README.md [minor] update readme! 2013-10-25 14:25:54 +05:30
requirements.txt added setup.py 2013-12-11 11:32:43 +05:30
setup.py Install fixes, started to rewrite translate.py webnotes/wnframework#351 2013-12-17 17:03:45 +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