[minor] ignore feed during app install

This commit is contained in:
Anand Doshi 2014-12-26 13:05:44 +05:30
parent 3e58c29904
commit 86cf971d93
2 changed files with 3 additions and 2 deletions

View file

@ -55,7 +55,8 @@ def update_feed(doc, method=None):
"adds a new feed"
if doc.doctype == "Feed":
return
if frappe.flags.in_patch:
if frappe.flags.in_patch or frappe.flags.in_install_app:
return

View file

@ -14,7 +14,7 @@
"public/js/frappe/misc/pretty_date.js",
"public/js/lib/moment/moment.min.js",
"public/js/lib/highlight.pack.js",
"website/js/website.js",
"website/js/website.js"
],
"js/canvasResize.min.js": [
"website/js/jquery.exif.js",