add jsonapi generator, default output to web dir

This commit is contained in:
Bryce Allen
2015-04-22 22:37:54 -05:00
parent 4e562ed537
commit e2bd4a757b
3 changed files with 106 additions and 3 deletions

View File

@@ -12,3 +12,4 @@ sys.path.insert(0, project_path)
db_path = join(project_path, "db", "mh4u.db")
motion_values_path = join(project_path, "db", "motion_values.json")
web_path = join(project_path, "web")