No description
Find a file
Gavin D'souza 61d067710f feat: @frappe.write_only
When would you want to use it? Typically if you want to be sure that
"this" particular thing will be make WRITES to the database. If this
were to be called via a function wrapped with @frappe.read_only. This
will momentarily switch the connection from replica to primary
2021-09-08 13:25:19 +05:30
.github ci: Conditionally run codecov upload 2021-09-06 22:50:42 +05:30
cypress Merge pull request #13532 from shariquerik/date-field-validation-fix 2021-08-30 10:01:28 +05:30
esbuild fix: Use different key for RTL assets 2021-07-05 14:39:46 +05:30
frappe feat: @frappe.write_only 2021-09-08 13:25:19 +05:30
.editorconfig chore: extend editorconfig to vue components 2021-08-25 20:12:55 +05:30
.eslintignore fix: Miscellaneous changes (#12343) 2021-02-08 12:05:37 +05:30
.eslintrc fix: Use extend_cscript in make to properly extend functions of class 2021-05-24 09:05:00 +05:30
.flake8 ci: fix semgrep false positives (#13161) 2021-05-12 20:22:48 +05:30
.git-blame-ignore-revs chore: Ignore updating license header from blame 2021-09-03 12:14:45 +05:30
.gitignore fix: more features 2021-04-24 16:19:31 +05:30
.mergify.yml ci: Update auto-close condition 2021-09-01 12:13:11 +05:30
.pylintrc reactor(scheduler): created "Scheduler Job Type" and cleaned up scheduler 2019-11-07 12:14:09 +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 Non Pour Accent! (#5427) 2018-04-10 22:53:42 -08:00
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: Add 0.5% as threshold for coverage failure 2021-09-02 18:49:04 +05:30
CODEOWNERS chore: Update CODEOWNERS 2021-08-27 17:01:56 +05:30
cypress.json chore: Enable cypress retries 2021-02-01 07:36:04 +05:30
generate_bootstrap_theme.js fix: Common sass_options 2021-04-27 11:24:19 +05:30
hooks.md Non Pour Accent! (#5427) 2018-04-10 22:53:42 -08:00
LICENSE chore: Update copyright until date to 2021 2021-09-03 12:19:15 +05:30
Makefile [NEW] Makefile to clean cache without restart 2018-03-08 15:18:32 +05:30
node_utils.js fix: set correct default redis async broker in node_utils 2021-05-21 16:09:43 +05:30
package.json build: Update datatable to 1.15.4 (#14016) 2021-08-24 10:15:37 +05:30
README.md chore: Update code coverage badge 2021-09-02 13:28:35 +05:30
requirements.txt fix: Retry get_redis_conn until "sure" 2021-08-30 12:00:31 +05:30
SECURITY.md chore: updated Security policy and issue template 2019-10-12 12:06:36 +05:30
setup.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +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 feat: Notify build events to browser 2021-05-01 16:02:49 +05:30
yarn.lock build: Update datatable to 1.15.4 (#14016) 2021-08-24 10:15:37 +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

Table of Contents

Installation

Contributing

  1. Contribution Guidelines
  2. Translations

Website

For details and documentation, see the website https://frappeframework.com

License

This repository has been released under the MIT License.