Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

vor 14 Jahren
vor 11 Jahren
vor 14 Jahren
vor 14 Jahren
vor 12 Jahren
vor 11 Jahren
vor 14 Jahren
vor 14 Jahren
vor 11 Jahren
vor 14 Jahren
vor 11 Jahren
1234567891011121314151617181920212223242526272829303132333435363738394041
  1. ## frappe [![Build Status](https://travis-ci.org/frappe/frappe.png)](https://travis-ci.org/frappe/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. * Go to the project folder
  8. * Install frappe and your app:
  9. ```
  10. mkdir bench
  11. cd bench
  12. git clone https://github.com/frappe/frappe.git
  13. git clone https://github.com/frappe/[your_app]
  14. sudo pip install -e frappe/ erpnext/ your_app/
  15. mkdir sites
  16. echo app >> sites/apps.txt
  17. cd sites
  18. frappe site.local --install dbname
  19. frappe site.local --install_app your_app
  20. ```
  21. * Run development server:
  22. ```
  23. cd sites
  24. frappe site.local --serve
  25. ```
  26. enjoy!
  27. ## wnf.py
  28. `frappe --help` for more info
  29. ## License
  30. frappe is freely available to use under the MIT License