Building new test form
Added CRUD for tests
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
from pymongo import collection
|
||||
from . import encrypt, decrypt
|
||||
encrypted_parameters = ['username', 'email', 'name', 'club']
|
||||
encrypted_parameters = ['username', 'email', 'name', 'club', 'creator']
|
||||
|
||||
def decrypt_find(collection:collection, query:dict):
|
||||
cursor = collection.find({})
|
||||
|
Reference in New Issue
Block a user