Finished data upload

Refactored to move security package inside common
Moved data folder to process root.
This commit is contained in:
2021-11-28 02:30:46 +00:00
parent e53373ab99
commit e1967bcd7e
16 changed files with 212 additions and 42 deletions

View File

@ -3,7 +3,7 @@ from datetime import datetime
from uuid import uuid4
from main import db
from security import encrypt
from common.security import encrypt
views = Blueprint(
'quiz_views',