Spaces:
Sleeping
Sleeping
Update db/mongo.py
Browse files- db/mongo.py +2 -0
db/mongo.py
CHANGED
|
@@ -11,3 +11,5 @@ db = client["cps_db"]
|
|
| 11 |
# Collections
|
| 12 |
users_collection = db["users"]
|
| 13 |
patients_collection = db["patients"]
|
|
|
|
|
|
|
|
|
| 11 |
# Collections
|
| 12 |
users_collection = db["users"]
|
| 13 |
patients_collection = db["patients"]
|
| 14 |
+
appointments_collection = db.get_collection("appointments")
|
| 15 |
+
|