stc

a simple time card webapp
git clone _git@git.brennen.work:stc.git
Log | Files | Refs | README

commit f527b58a30c766e70d57473b964fb59ea9e5022e
parent cf208b0a72eaab809a17dbe80544cf4d0239348f
Author: Nikolas Mazur <nikolas@pop-os.localdomain>
Date:   Thu, 26 Jan 2023 15:38:35 -0700

Add delete_many function

Diffstat:
Mseeds.py | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/seeds.py b/seeds.py @@ -4,6 +4,8 @@ client = pymongo.MongoClient('mongodb://localhost:27017/simple_resource_manageme db = client.get_database('simple_resource_management_software') collection = db.get_collection('user_collection') +x = collection.delete_many({}) + # Database collections/documents user1 = {