- 10 Apr, 2020 6 commits
-
-
Krish Moodbidri authored
-
- Feat redirect - Fix redir logic
-
Krish Moodbidri authored
- Added a variable file (for credentials) vars.py thats referenced by run.py and tasks.py - added vars file to be used by run.py and tasks.py - fixed type Key to key - added username and password as variables - removed print statemt - removed credentials from file - removed trailing whitespace
-
Remove username value added, as well as the parameter username passed in render_template. Code cleanup - Remove username value added, as well as the parameter username passed in render_template - Removing unused functions and commented out lines
-
Created a celery task to start account creation and call producer script. Added new function to send socketio messages and message queue to match that of flask - Adding a process to start account creation process by calling flask_producer script - Added commented out sections to tasks for future use - Add a new function to send socketio messages to the client, and change the socketio message_queue to match the one from flask app
-
- Begin celery implementation and call - Finish minor celery implementation
-