Initial code added for models and services not functional yet. Bootstrap and migrations added for db.

This commit is contained in:
Nicholas Staples
2016-01-07 17:31:17 +00:00
parent 44b0a5f07d
commit a327702ad0
20 changed files with 341 additions and 2 deletions

View File

View File

@@ -0,0 +1,8 @@
def test_create_service(notify_api):
pass
def test_get_all_services(notify_api):
pass

View File