Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

5 лет назад
5 лет назад
5 лет назад
5 лет назад
7 лет назад
7 лет назад
7 лет назад
6 лет назад
6 лет назад
7 лет назад
14 лет назад
6 лет назад
14 лет назад
5 лет назад
11 лет назад
14 лет назад
13 лет назад
8 лет назад
4 лет назад
8 лет назад
11 лет назад
11 лет назад
5 лет назад
11 лет назад
11 лет назад
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <div align="center">
  2. <h1>
  3. <br>
  4. <a href="https://frappeframework.com">
  5. <img src=".github/frappe-framework-logo.svg" height="50">
  6. </a>
  7. </h1>
  8. <h3>
  9. a web framework with <a href="https://www.youtube.com/watch?v=LOjk3m0wTwg">"batteries included"</a>
  10. </h3>
  11. <h5>
  12. it's pronounced - <em>fra-pay</em>
  13. </h5>
  14. </div>
  15. <div align="center">
  16. <a href="https://github.com/frappe/frappe/actions/workflows/ci-tests.yml">
  17. <img src="https://github.com/frappe/frappe/actions/workflows/ci-tests.yml/badge.svg?branch=develop">
  18. </a>
  19. <a href='https://frappeframework.com/docs'>
  20. <img src='https://img.shields.io/badge/docs-📖-7575FF.svg?style=flat-square'/>
  21. </a>
  22. <a href='https://www.codetriage.com/frappe/frappe'>
  23. <img src='https://www.codetriage.com/frappe/frappe/badges/users.svg'>
  24. </a>
  25. <a href='https://coveralls.io/github/frappe/frappe?branch=develop'>
  26. <img src='https://coveralls.io/repos/github/frappe/frappe/badge.svg?branch=develop'>
  27. </a>
  28. </div>
  29. Full-stack web application framework that uses Python and MariaDB on the server side and a tightly integrated client side library. Built for [ERPNext](https://erpnext.com)
  30. ### Table of Contents
  31. * [Installation](https://frappeframework.com/docs/user/en/installation)
  32. * [Documentation](https://frappeframework.com/docs)
  33. * [License](#license)
  34. ### Installation
  35. * [Install via Docker](https://github.com/frappe/frappe_docker)
  36. * [Install via Frappe Bench](https://github.com/frappe/bench)
  37. ## Contributing
  38. 1. [Contribution Guidelines](https://github.com/frappe/erpnext/wiki/Contribution-Guidelines)
  39. 1. [Translations](https://translate.erpnext.com)
  40. ### Website
  41. For details and documentation, see the website
  42. [https://frappeframework.com](https://frappeframework.com)
  43. ### License
  44. This repository has been released under the [MIT License](LICENSE).