Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

14 роки тому
14 роки тому
14 роки тому
13 роки тому
12 роки тому
12 роки тому
11 роки тому
11 роки тому
11 роки тому
11 роки тому
13 роки тому
14 роки тому
14 роки тому
13 роки тому
14 роки тому
11 роки тому
1234567891011121314151617181920212223242526272829303132333435
  1. ## wnframework
  2. Full-stack web application framework that uses Python/MySql on the server side and a tightly integrated client side library. Primarily built for erpnext.
  3. Projects: [erpnext](http://erpnext.org) | [webnotes/erpnext](https://github.com/webnotes/erpnext)
  4. ## Setup
  5. To start a new project, in the application root:
  6. Install:
  7. 1. Go to the project folder
  8. 1. Install webnotes and your app:
  9. $ git clone git@github.com:webnotes/wnframework lib
  10. $ git clone git@github.com:webnotes/[your app] app
  11. $ lib/wnf.py --make_conf
  12. $ lib/wnf.py --reinstall
  13. $ lib/wnf.py --build
  14. 1. Run development server:
  15. $ lib/wnf.py --serve
  16. enjoy!
  17. ## wnf.py
  18. `$ lib/wnf.py --help` for more info
  19. ## License
  20. wnframework is freely available to use under the MIT License