No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 
Nabin Hait d4d05f3e07 Merge pull request #388 from nabinhait/hotfix hace 11 años
conf Set timeout POP3 session using pop_timeout in conf.py hace 11 años
core [minor] [fix] allow roles hace 11 años
data [geo ip] determine country using geoip; added country info in session and cookies hace 12 años
public Autosuggest should be rendered above all, just like Date Picker hace 11 años
webnotes Load extra doctypes while building filter conditions hace 11 años
website [minor] [website] show banner in container hace 11 años
.gitignore [minor] add vim swp to .gitignore hace 12 años
INSTALL.md lib/py/webnotes/defs.py -> conf.py (see sample in lib/conf/conf.py) hace 13 años
README.md [minor] update readme! hace 11 años
__init__.py [wsgi] [minor] added init hace 12 años
config.json bumped to version 3.4.2 hace 11 años
license.txt profile: form is now my settings page, removed (Page, profile-settings) hace 12 años
pythonrc.py [copyright] added Contributors hace 11 años
requirements.txt [minor] started versioning hace 11 años
wnf.py [minor] fix dest_dir path in move hace 11 años

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