mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-24 23:49:19 +00:00
[website] [minor] moving to framework
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
from __future__ import unicode_literals
|
||||
import webnotes
|
||||
from webnotes.utils import get_base_path
|
||||
import os
|
||||
import os, shutil
|
||||
|
||||
def execute():
|
||||
# remove pyc files
|
||||
@@ -13,5 +13,5 @@ def execute():
|
||||
print exists
|
||||
os.remove(utils_pyc)
|
||||
|
||||
# TODO remove website folder
|
||||
shutil.rmtree(os.path.join(get_base_path(), "app", "website"))
|
||||
|
||||
Reference in New Issue
Block a user