Working on #1 - FDA import process works. 3 hours for first import, 1.25 hours on subsequent updates.

This commit is contained in:
2013-10-27 18:35:35 -04:00
parent e0232aa02d
commit 0a7bf8f174
21 changed files with 759 additions and 472 deletions

View File

@@ -1,7 +1,6 @@
#!/usr/bin/env python
from mercy.MercyApplication import MercyApplication
if __name__ == "__main__":
app = MercyApplication("mercy")
app.run()
#!/usr/bin/env python
from mercy.MercyApplication import app
if __name__ == "__main__":
app.run()