def upload():
    print 'starting file upload to Amazon S3'
    create_all(app)
    print 'done with file upload'
Beispiel #2
0
def upload():
    print 'starting file upload to Amazon S3'
    create_all(app)
    #TODO : erase old css files on s3
    print 'done with file upload'
Beispiel #3
0
 def run(self):
     create_all(current_app)
Beispiel #4
0
 def run(self):
     create_all(current_app)