Index A | B | C | D | E | F | G | H | I | L | M | P | R | S | T | U | V A access_token (app.model.models.Token attribute) ACCESS_TOKEN_EXPIRE_MINUTES (app.core.config.Settings attribute) all_cors_origins (app.core.config.Settings property) API_V1_STR (app.core.config.Settings attribute) app.api.routes.academic_indicators module app.api.routes.censusdata module app.api.routes.items module app.api.routes.login module app.api.routes.private module app.api.routes.schools module app.api.routes.users module app.api.routes.utils module app.core.config module app.core.database module app.core.security module app.core.utils module app.main module app.model.models module app.service.crud module authenticate() (in module app.service.crud) B BACKEND_CORS_ORIGINS (app.core.config.Settings attribute) C CLOUD_SQL_INSTANCE_CONNECTION_NAME (app.core.config.Settings attribute) count_of_census_data() (in module app.api.routes.censusdata) create_academic_indicator() (in module app.api.routes.academic_indicators) create_access_token() (in module app.core.security) create_census_data() (in module app.api.routes.censusdata) create_item() (in module app.api.routes.items) (in module app.service.crud) create_school() (in module app.service.crud) create_user() (in module app.api.routes.private) (in module app.api.routes.users) (in module app.service.crud) custom_generate_unique_id() (in module app.main) D DATABASE_URL (app.core.config.Settings attribute) DB_CONNECTION_MODE (app.core.config.Settings attribute) delete_academic_indicator() (in module app.api.routes.academic_indicators) delete_census_data() (in module app.api.routes.censusdata) delete_item() (in module app.api.routes.items) delete_user() (in module app.api.routes.users) delete_user_me() (in module app.api.routes.users) E email (app.api.routes.private.PrivateUserCreate attribute) EMAIL_RESET_TOKEN_EXPIRE_HOURS (app.core.config.Settings attribute) EMAIL_TEST_USER (app.core.config.Settings attribute) EmailData (class in app.core.utils) emails_enabled (app.core.config.Settings property) EMAILS_FROM_EMAIL (app.core.config.Settings attribute) EMAILS_FROM_NAME (app.core.config.Settings attribute) env_bool() (in module app.core.utils) ENVIRONMENT (app.core.config.Settings attribute) F FIRST_SUPERUSER (app.core.config.Settings attribute) FIRST_SUPERUSER_PASSWORD (app.core.config.Settings attribute) force_password_reset_for_users() (in module app.api.routes.login) FRONTEND_HOST (app.core.config.Settings attribute) full_name (app.api.routes.private.PrivateUserCreate attribute) G generate_new_account_email() (in module app.core.utils) generate_password_reset_token() (in module app.core.utils) generate_reset_password_email() (in module app.core.utils) generate_test_email() (in module app.core.utils) get_dashboard_data() (in module app.api.routes.academic_indicators) get_dashboard_summary() (in module app.api.routes.academic_indicators) get_datetime_utc() (in module app.core.utils) get_equity_report() (in module app.api.routes.academic_indicators) get_last_viewed_cds() (in module app.api.routes.academic_indicators) get_password_hash() (in module app.core.security) get_user_by_email() (in module app.service.crud) H health_check() (in module app.api.routes.utils) html_content (app.core.utils.EmailData attribute) I init_db() (in module app.core.database) is_verified (app.api.routes.private.PrivateUserCreate attribute) L lifespan() (in module app.main) login_access_token() (in module app.api.routes.login) M message (app.model.models.Message attribute) Message (class in app.model.models) model_config (app.api.routes.private.PrivateUserCreate attribute) (app.core.config.Settings attribute) (app.model.models.Message attribute) (app.model.models.Token attribute) (app.model.models.TokenPayload attribute) module app.api.routes.academic_indicators app.api.routes.censusdata app.api.routes.items app.api.routes.login app.api.routes.private app.api.routes.schools app.api.routes.users app.api.routes.utils app.core.config app.core.database app.core.security app.core.utils app.main app.model.models app.service.crud P parse_cds() (in module app.api.routes.academic_indicators) parse_cors() (in module app.core.config) parse_csv_set() (in module app.core.utils) password (app.api.routes.private.PrivateUserCreate attribute) POSTGRES_DB (app.core.config.Settings attribute) POSTGRES_PASSWORD (app.core.config.Settings attribute) POSTGRES_PORT (app.core.config.Settings attribute) POSTGRES_SERVER (app.core.config.Settings attribute) POSTGRES_USER (app.core.config.Settings attribute) PrivateUserCreate (class in app.api.routes.private) PROJECT_NAME (app.core.config.Settings attribute) R read_academic_indicator() (in module app.api.routes.academic_indicators) read_academic_indicators() (in module app.api.routes.academic_indicators) read_census_data() (in module app.api.routes.censusdata) read_item() (in module app.api.routes.items) read_items() (in module app.api.routes.items) read_schools() (in module app.api.routes.schools) read_schools_summary() (in module app.api.routes.schools) read_user_by_id() (in module app.api.routes.users) read_user_me() (in module app.api.routes.users) read_users() (in module app.api.routes.users) recover_password() (in module app.api.routes.login) recover_password_html_content() (in module app.api.routes.login) register_user() (in module app.api.routes.users) render_email_template() (in module app.core.utils) reset_password() (in module app.api.routes.login) S SECRET_KEY (app.core.config.Settings attribute) send_email() (in module app.core.utils) SENTRY_DSN (app.core.config.Settings attribute) Settings (class in app.core.config) SMTP_HOST (app.core.config.Settings attribute) SMTP_PASSWORD (app.core.config.Settings attribute) SMTP_PORT (app.core.config.Settings attribute) SMTP_SSL (app.core.config.Settings attribute) SMTP_TLS (app.core.config.Settings attribute) SMTP_USER (app.core.config.Settings attribute) SQLALCHEMY_DATABASE_URI (app.core.config.Settings property) sub (app.model.models.TokenPayload attribute) subject (app.core.utils.EmailData attribute) T test_email() (in module app.api.routes.utils) test_token() (in module app.api.routes.login) Token (class in app.model.models) token_type (app.model.models.Token attribute) TokenPayload (class in app.model.models) U update_academic_indicator() (in module app.api.routes.academic_indicators) update_census_data() (in module app.api.routes.censusdata) update_item() (in module app.api.routes.items) update_password_me() (in module app.api.routes.users) update_user() (in module app.api.routes.users) (in module app.service.crud) update_user_me() (in module app.api.routes.users) update_user_preferences() (in module app.api.routes.academic_indicators) V verify_password() (in module app.core.security) verify_password_reset_token() (in module app.core.utils)