コード例 #1
0
ファイル: django.py プロジェクト: toudi/fabric-deployment
 def __post_extract_handler(self):
     #remove *.pyc files.
     remove_pyc_files(self.project_path)
     #restart uwsgi service.
     restart_uwsgi(self)
コード例 #2
0
ファイル: __init__.py プロジェクト: toudi/fabric-deployment
 def remove_pyc_files(self):
     from commands.python import remove_pyc_files
     remove_pyc_files(self.project_path)