Made relevant changes for when a new user registers or new machine is created
Updated the create_db files
Made changes for the comments left in src/FlaskRTBCTF/ctf/routes.py
Other Information
Running flake8 src/ --max-line-length=88 --show-source --statistics is throwing errors for src/FlaskRTBCTF/utils/init.py, which I assume can be ignored
There is a typo in flake8 src/ --max-line-length=88 --show-source --statistics in CONTRIBUTING.md, I have corrected it for this branch atleast
I have not utilised the get_all method in Machine class but have instead used query.all() directly wherever I need it. If the get_all method is preferred then I will use that and also add it to User class since it is required.
Closes: #17
Changes Made
src/FlaskRTBCTF/ctf/routes.py
Other Information
flake8 src/ --max-line-length=88 --show-source --statistics
is throwing errors for src/FlaskRTBCTF/utils/init.py, which I assume can be ignoredflake8 src/ --max-line-length=88 --show-source --statistics
in CONTRIBUTING.md, I have corrected it for this branch atleastLet me know what you think @Eshaan7