Login for Newly Synced Schools - Pardhu448/clix_dashboard_backend GitHub Wiki
To create Login for Newly Synced Schools in CLIxDashboard website:
This page describes steps to be followed to create logins for newly synced schools.
- login into the server on which clix_dashboard_backend docker is running
- move to 'CLIxDashboard/clix_dashboard_backend' folder(where source code for clix_dashboard_backend is there)
- run 'source clix_env/bin/activate'
- run 'which python' - to make sure that you are in clix_env python environment
- run 'python create_school_ro_users.py'
This script looks for all unique schools in metrics1 table, and creates login-id for those schools.