Explorar el Código

Added create_db script

shin- hace 12 años
padre
commit
4e7b517789
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. 8 0
      stackbrew/create_db.py

+ 8 - 0
stackbrew/create_db.py

@@ -0,0 +1,8 @@
+import sys
+
+sys.path.append('./lib')
+
+import db
+
+data = db.DbManager(debug=True)
+data.generate_tables()