* added PyMYSQL instead mysqlclient-python * added pymysql import * fixed db module import * foxed self._conn wrapper * updated cursor migration * removed existent converters * some more fixes towards API port * modified travis * updated doctype and revereted yml * modified travis * refreshed logging * raw fix * moved from hard coded constants to declarable instances * moved from hard coded constants to declarable instances * refactoring and logging * moved to global import declaration * fixed codacy * unfixed codacy * minor fix * binary_type has a single * deprecated alternative * merged with latest * fixed merge conflicts * using deprecated alternative * raw fix * stupid fix * using StringTypes instead * brutal hack * log * tundebazy to the rescue * fixed content_hash error * frappe/database.py * frappe/database.py * updated database.py * updated requirements * updated requirements * fixed codacy * fixed codacy * moved from DatabaseOperationalError to pymysql.InternalError * moved from DatabaseOperationalError to pymysql.InternalError * fixed codacy * empty commit * fixed codacy * fixed codacy
46 lines
1.3 KiB
Markdown
46 lines
1.3 KiB
Markdown
<div align="center">
|
|
<img src=".github/logo.png" height="256">
|
|
<h1>
|
|
<a href="https://frappe.io">
|
|
frappé
|
|
</a>
|
|
</h1>
|
|
<h3>
|
|
a web framework with <a href="https://www.youtube.com/watch?v=LOjk3m0wTwg">"batteries included"
|
|
</h3>
|
|
<h5>
|
|
it's pronounced - <em>fra-pay</em>
|
|
</h5>
|
|
</div>
|
|
|
|
<div align="center">
|
|
<a href="https://travis-ci.org/frappe/frappe">
|
|
<img src="https://img.shields.io/travis/frappe/frappe.svg?style=flat-square">
|
|
</a>
|
|
<a href='https://frappe.io/docs'>
|
|
<img src='https://img.shields.io/badge/docs-📖-7575FF.svg?style=flat-square'/>
|
|
</a>
|
|
</div>
|
|
|
|
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)
|
|
|
|
### Table of Contents
|
|
* [Installation](#installation)
|
|
* [License](#license)
|
|
|
|
### Installation
|
|
|
|
[Install via Frappé Bench](https://github.com/frappe/bench)
|
|
|
|
## Contributing
|
|
|
|
1. [Pull Request Requirements](https://github.com/frappe/erpnext/wiki/Pull-Request-Guidelines)
|
|
1. [Translations](https://translate.erpnext.com)
|
|
|
|
### Website
|
|
|
|
For details and documentation, see the website
|
|
[https://frappe.io](https://frappe.io)
|
|
|
|
### License
|
|
This repository has been released under the [MIT License](LICENSE).
|