dibbler/makedb.py

5 lines
68 B
Python
Raw Normal View History

2010-05-11 17:03:26 +02:00
#!/usr/bin/python
import db
db.Base.metadata.create_all(db.engine)