added week calculations, refactor mocks

This commit is contained in:
Mariano Ramon
2020-05-17 10:14:29 -03:00
parent 3e073a0e4b
commit 59964dcab3
6 changed files with 110 additions and 4 deletions

6
dmapp/dmdb/__init__.py Normal file
View File

@@ -0,0 +1,6 @@
from pymongo import MongoClient
client = MongoClient()
db = client.deskmeter
switches = db.switch