Exemplo n.º 1
0
def createall():
	"Creates database tables"
	db.create_all()
Exemplo n.º 2
0
def createall():
    db.create_all()
Exemplo n.º 3
0
Arquivo: manage.py Projeto: ajaxj/fkmv
def createall():
    db.create_all()
Exemplo n.º 4
0
def createall():
    "Creates database tables"
    db.create_all()