No description
Find a file
Ankush Menat ea7fbb2c10 refactor: remove dead flag db.read_only
This was added in last DB refactor but it does nothing, it was probably
supposed to do something with the connection pool but to best of my
knowledge "read only" is not a property of a connection.

It can be achieved with users who only have read access, that however
isn't implemented anywhere.

Removing this for now.
2022-09-09 17:34:46 +05:30
.github ci: add alternate backport workflow 2022-09-08 15:23:22 +05:30
cypress refactor: drop file upload plugin 2022-09-08 16:51:59 +05:30
esbuild fix(DX): reduce retry count for esbuild-redis 2022-09-04 11:30:03 +05:30
frappe refactor: remove dead flag db.read_only 2022-09-09 17:34:46 +05:30
.editorconfig style: autoformat JS files 2022-08-04 14:50:24 +05:30
.eslintignore fix: Miscellaneous changes (#12343) 2021-02-08 12:05:37 +05:30
.eslintrc refactor: Replace fluxify with vuex 2022-07-05 19:45:17 +05:30
.flake8 chore: useless flake8 warnings 2022-06-15 17:27:04 +05:30
.git-blame-ignore-revs chore: ignore fluff change in blame 2022-08-22 11:35:53 +05:30
.gitignore fix: Add missing licences for vendored library 2022-07-04 08:29:56 +05:30
.mergify.yml chore: auto close stable branch PRs 2022-08-26 14:23:11 +05:30
.pre-commit-config.yaml test: fix anticipiated test failures 2022-08-04 14:50:24 +05:30
.releaserc chore: fix semantic release config 2022-06-02 12:06:37 +05:30
.snyk [Snyk] Fix for 1 vulnerabilities (#11523) 2020-09-17 10:00:48 +05:30
.stylelintrc fix: Miscellaneous changes (#12343) 2021-02-08 12:05:37 +05:30
attributions.md refactor: Itenticon 2022-08-11 23:53:21 +05:30
bandit.yml fix(tests): tests and linting 2019-02-13 16:50:34 +05:30
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2017-09-12 09:14:34 +05:30
codecov.yml ci: enable codecov annotations (#17929) 2022-08-24 11:50:23 +05:30
CODEOWNERS chore: Update CODEOWNERS 2022-08-08 13:25:59 +05:30
commitlint.config.js style: format JS files with prettier 2022-08-04 14:51:01 +05:30
cypress.config.js test: upgrade cypress from v6 to v10 2022-09-02 17:47:30 +05:30
generate_bootstrap_theme.js style: format JS files with prettier 2022-08-04 14:51:01 +05:30
hooks.md chore!: remove dead hooks app_icon & app_color 2022-05-10 14:41:01 +05:30
LICENSE chore: Update copyright until date to 2021 2021-09-03 12:19:15 +05:30
node_utils.js style: format JS files with prettier 2022-08-04 14:51:01 +05:30
package.json build(deps): bump moment-timezone from 0.5.28 to 0.5.35 (#17999) 2022-08-31 13:47:32 +05:30
pyproject.toml build(deps): bump redis to latest version 2022-08-31 17:04:31 +05:30
README.md docs: Update README shields (#17841) 2022-08-16 12:28:37 +05:30
SECURITY.md chore: updated Security policy and issue template 2019-10-12 12:06:36 +05:30
setup.py fix: Add temporary backwards compatible setup.py 2022-06-14 18:21:48 +05:30
sider.yml chore(sider): add sider default config for flake8 + ignore tab errors (W191) (#12587) 2021-03-16 17:07:41 +05:30
socketio.js style: format JS files with prettier 2022-08-04 14:51:01 +05:30
yarn.lock build(deps): bump moment-timezone from 0.5.28 to 0.5.35 (#17999) 2022-08-31 13:47:32 +05:30


a web framework with "batteries included"

it's pronounced - fra-pay

Full-stack web application framework that uses Python and MariaDB on the server side and a tightly integrated client side library. Built for ERPNext.

Login for the PWD site: (username: Administrator, password: admin)

Table of Contents

Installation

Contributing

  1. Code of Conduct
  2. Contribution Guidelines
  3. Security Policy
  4. Translations

Resources

  1. frappeframework.com - Official documentation of the Frappe Framework.
  2. frappe.school - Pick from the various courses by the maintainers or from the community.

License

This repository has been released under the MIT License.