added week calculations, refactor mocks
This commit is contained in:
6
dmapp/dmdb/__init__.py
Normal file
6
dmapp/dmdb/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from pymongo import MongoClient
|
||||
|
||||
client = MongoClient()
|
||||
|
||||
db = client.deskmeter
|
||||
switches = db.switch
|
||||
Reference in New Issue
Block a user