[website] [minor] moving to framework

This commit is contained in:
Rushabh Mehta
2013-09-09 17:31:19 +05:30
parent bb4c6eb630
commit bdb846f665
9 changed files with 42 additions and 65 deletions

View File

@@ -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"))