コード例 #1
0
def upload():
    print 'starting file upload to Amazon S3'
    create_all(app)
    print 'done with file upload'
コード例 #2
0
ファイル: manage.py プロジェクト: joehand/flask-blog
def upload():
    print 'starting file upload to Amazon S3'
    create_all(app)
    #TODO : erase old css files on s3
    print 'done with file upload'
コード例 #3
0
 def run(self):
     create_all(current_app)
コード例 #4
0
ファイル: commands.py プロジェクト: alyoung/flamaster
 def run(self):
     create_all(current_app)