이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
anoopmb
/
frappe
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
Merge branch 'master' into develop
version-14
Nabin Hait
8 년 전
부모
98349ee000
fd06f8ea9c
커밋
29593d3934
3개의 변경된 파일
과
2개의 추가작업
그리고
4개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
frappe/__init__.py
+1
-0
frappe/app.py
+0
-3
frappe/frappeclient.py
+ 1
- 1
frappe/__init__.py
파일 보기
@@ -13,7 +13,7 @@ import os, sys, importlib, inspect, json
from .exceptions import *
from .utils.jinja import get_jenv, get_template, render_template
__version__ = '8.0.5
5
'
__version__ = '8.0.5
6
'
__title__ = "Frappe Framework"
local = Local()
+ 1
- 0
frappe/app.py
파일 보기
@@ -122,6 +122,7 @@ def make_form_dict(request):
frappe.local.form_dict.pop("_")
def handle_exception(e):
response = None
http_status_code = getattr(e, "http_status_code", 500)
return_as_message = False
+ 0
- 3
frappe/frappeclient.py
파일 보기
@@ -5,9 +5,6 @@ import frappe
'''
FrappeClient is a library that helps you connect with other frappe systems
'''
class AuthError(Exception):
쓰기
미리보기
불러오는 중...
취소
저장