Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

11 anos atrás
14 anos atrás
14 anos atrás
11 anos atrás
14 anos atrás
14 anos atrás
13 anos atrás
12 anos atrás
11 anos atrás
11 anos atrás
11 anos atrás
13 anos atrás
14 anos atrás
14 anos atrás
11 anos atrás
14 anos atrás
11 anos atrás
12345678910111213141516171819202122232425262728293031323334353637383940
  1. ## frappe
  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) | [frappe/erpnext](https://github.com/frappe/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 frappe and your app:
  9. mkdir bench
  10. cd bench
  11. git clone https://github.com/frappe/frappe.git
  12. git clone https://github.com/frappe/[your_app]
  13. sudo pip install -e frappe/ erpnext/ your_app/
  14. mkdir sites
  15. echo app >> sites/apps.txt
  16. cd sites
  17. frappe site.local --install erpnext
  18. frappe site.local --install_app your_app
  19. 1. Run development server:
  20. cd sites
  21. frappe site.local --serve
  22. enjoy!
  23. ## wnf.py
  24. `frappe --help` for more info
  25. ## License
  26. frappe is freely available to use under the MIT License