Skip to content
Snippets Groups Projects
Commit 24fffbb7 authored by Steven Loria's avatar Steven Loria
Browse files

createdb no longer necessary

parent 43a4083e
No related branches found
No related tags found
No related merge requests found
......@@ -31,11 +31,6 @@ def test():
status = subprocess.call(TEST_CMD, shell=True)
sys.exit(status)
@manager.command
def createdb():
'''Create a database from the tables defined in models.py.'''
db.create_all()
manager.add_command("server", Server())
manager.add_command("shell", Shell(make_context=_make_context))
manager.add_command('db', MigrateCommand)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment