drop pdb
This commit is contained in:
parent
0547e4cf32
commit
d3b624fbd1
|
@ -10,7 +10,6 @@ from ereuse_devicehub.resources.user.models import User
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
# import pdb; pdb.set_trace()
|
|
||||||
schema = config('DB_SCHEMA')
|
schema = config('DB_SCHEMA')
|
||||||
app = Devicehub(inventory=schema)
|
app = Devicehub(inventory=schema)
|
||||||
app.app_context().push()
|
app.app_context().push()
|
||||||
|
|
Reference in New Issue