No description
Find a file
Akhil Narang bb945ab96b
fix: remove mariadb sandbox mode comment before restoring backups
Reference: https://mariadb.org/mariadb-dump-file-compatibility-change/

Newer versions of MariaDB include a line in the dumps that break restoring on older versions
This doesn't allow people to restore newer dumps onto Frappe Cloud

For now just remove the line to allow any backups to be restored anywhere

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-06-26 16:40:25 +05:30
.github Revert "chore: add v15 to POT file mix" (#25990) 2024-04-17 08:39:21 +00:00
cypress test: awesomplete 2024-06-20 17:22:58 +02:00
esbuild fix: add missing dq 2024-03-07 12:54:09 +05:30
frappe fix: remove mariadb sandbox mode comment before restoring backups 2024-06-26 16:40:25 +05:30
realtime chore: linting 2024-06-21 17:26:16 +05:30
.coveragerc ci: Add Coveragerc (#22530) 2023-10-16 18:24:16 +05:30
.editorconfig chore: editorconfig handle doctype.json files 2023-01-11 17:08:48 +05:30
.eslintignore fix: Miscellaneous changes (#12343) 2021-02-08 12:05:37 +05:30
.eslintrc fix: All ESLint errors 2023-07-14 15:25:48 +05:30
.git-blame-ignore-revs chore: add recent ruff changes to git blame ignore 2024-02-21 16:20:36 +05:30
.gitignore chore: remove locale dir from .gitignore 2024-02-28 15:38:45 +01:00
.mergify.yml chore: disable mergify auto merges (#24825) 2024-02-09 13:59:40 +00:00
.pre-commit-config.yaml ci: ruff only fix imports 2024-04-18 15:34:48 +05:30
.releaserc ci: better release notes generation (#19380) 2022-12-21 12:14:35 +05:30
.semgrepignore refactor!: Prefix all custom fieldnames created from Desk (#21355) 2023-06-19 18:22:36 +05:30
attributions.md refactor: Itenticon 2022-08-11 23:53:21 +05:30
babel_extractors.csv feat: turn jinja extractor into a generic HTML template extractor 2024-01-19 16:22:54 +01:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2017-09-12 09:14:34 +05:30
codecov.yml ci: update codecov.yml flags 2023-01-10 13:19:12 +05:30
CODEOWNERS chore: simple codeowners 2023-07-25 13:06:49 +05:30
commitlint.config.js style: format JS files with prettier 2022-08-04 14:51:01 +05:30
crowdin.yml chore: update crowdin configuration (#25240) 2024-03-05 20:57:50 +05:30
cypress.config.js test: fix cypress tests (#26012) 2024-04-17 15:26:18 +00:00
generate_bootstrap_theme.js chore: remove eslint-disable* 2023-07-14 15:41:20 +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 feat: prepare redis subsystem for unix domain socket connections 2024-03-29 10:12:19 +01:00
package.json build(deps): add photoswipe dependency 2024-05-20 14:26:56 +05:30
pyproject.toml build: bump RQ to latest (#26576) 2024-05-27 13:54:34 +00:00
README.md docs: add BWH link to resources (#23365) 2023-11-22 18:27:54 +05:30
SECURITY.md Update SECURITY.md 2023-01-10 16:49:44 +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 refactor: Split socketio in multiple logical files 2023-07-01 10:53:34 +05:30
yarn.lock build(deps): bump pug from 3.0.2 to 3.0.3 2024-06-21 11:36:55 +00:00

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

Production

Development

Contributing

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

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.
  3. buildwithhussain.dev - Watch Frappe Framework being used in the wild to build world-class web apps.

License

This repository has been released under the MIT License.

By contributing to Frappe, you agree that your contributions will be licensed under its MIT License.