cfl-common 8.8.2__tar.gz → 8.9.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {cfl_common-8.8.2 → cfl_common-8.9.0}/PKG-INFO +1 -1
- {cfl_common-8.8.2 → cfl_common-8.9.0}/cfl_common.egg-info/PKG-INFO +1 -1
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/app_settings.py +3 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/MANIFEST.in +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/cfl_common.egg-info/SOURCES.txt +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/cfl_common.egg-info/dependency_links.txt +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/cfl_common.egg-info/requires.txt +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/cfl_common.egg-info/top_level.txt +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/__init__.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/apps.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/context_processors.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/csp_config.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/fixtures/aimmo_characters.json +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/fixtures/aimmo_characters2.json +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/fixtures/aimmo_characters3.json +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/helpers/__init__.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/helpers/data_migration_loader.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/helpers/emails.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/helpers/generators.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/helpers/organisation.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/mail.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/migrations/0001_initial.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/migrations/0002_emailverification.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/migrations/0003_aimmocharacter.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/migrations/0004_add_aimmocharacters.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/migrations/0005_add_worksheets.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/migrations/0006_update_aimmo_character_image_path.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/migrations/0007_add_pdf_names_to_first_two_worksheets.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/migrations/0008_unlock_worksheet_3.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/migrations/0009_add_blocked_time_to_teacher_and_student.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/migrations/0010_remove_teacher_title.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/migrations/0011_student_login_id.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/migrations/0012_usersession.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/migrations/0013_class_school.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/migrations/0014_login_type.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/migrations/0015_dailyactivity.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/migrations/0016_joinreleasestudent.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/migrations/0017_copy_email_to_username.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/migrations/0018_update_aimmo_character_image_path.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/migrations/0019_aimmocharacter_alt.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/migrations/0020_class_is_active_and_null_access_code.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/migrations/0021_school_is_active.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/migrations/0022_school_cleanup.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/migrations/0023_userprofile_aimmo_badges.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/migrations/0024_teacher_invited_by.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/migrations/0025_schoolteacherinvitation.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/migrations/0026_teacher_remove_join_request.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/migrations/0027_class_created_by.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/migrations/0028_coding_club_downloads.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/migrations/0029_dynamicelement.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/migrations/0030_add_maintenance_banner.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/migrations/0031_improve_admin_panel.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/migrations/0032_dailyactivity_level_control_submits.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/migrations/0033_password_reset_tracking_fields.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/migrations/0034_dailyactivity_daily_school_student_lockout_reset.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/migrations/0035_rename_lockout_fields.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/migrations/0036_rename_awaiting_email_verification_userprofile_is_verified.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/migrations/0037_migrate_email_verification.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/migrations/0038_delete_emailverification.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/migrations/0039_copy_email_to_username.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/migrations/0040_school_county.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/migrations/0041_populate_gb_counties.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/migrations/0042_totalactivity.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/migrations/0043_add_total_activity.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/migrations/0044_update_activity_models.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/migrations/0045_otp.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/migrations/0046_alter_school_country.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/migrations/0047_delete_school_postcode.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/migrations/0048_unique_school_names.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/migrations/0049_anonymise_orphan_users.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/migrations/0050_anonymise_orphan_schools.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/migrations/0051_verify_returning_users.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/migrations/0052_add_cse_fields.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/migrations/0053_clean_class_data.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/migrations/0054_delete_aimmo_models.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/migrations/0055_alter_schoolteacherinvitation_token.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/migrations/0056_set_non_school_teachers_as_non_admins.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/migrations/0057_teacher_teacher__is_admin.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/migrations/0058_userprofile_google_refresh_token_and_more.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/migrations/__init__.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/models.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/permissions.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/static/common/img/RR_logo.svg +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/static/common/img/brain.svg +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/templates/common/freshdesk_widget.html +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/templates/common/onetrust_cookies_consent_notice.html +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/tests/__init__.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/tests/test_migration_anonymise_orphan_schools.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/tests/test_migration_anonymise_orphan_users.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/tests/test_migration_blocked_time.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/tests/test_migration_remove_teacher_title.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/tests/test_migration_unique_school_names.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/tests/test_migration_verify_returning_users.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/tests/test_models.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/tests/utils/__init__.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/tests/utils/classes.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/tests/utils/email.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/tests/utils/organisation.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/tests/utils/student.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/tests/utils/teacher.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/tests/utils/user.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/common/utils.py +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/pyproject.toml +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/setup.cfg +0 -0
- {cfl_common-8.8.2 → cfl_common-8.9.0}/setup.py +0 -0
|
@@ -44,6 +44,9 @@ DOTMAILER_SEND_CAMPAIGN_URL = getattr(settings, "DOTMAILER_SEND_CAMPAIGN_URL", "
|
|
|
44
44
|
# ID of the "Thanks for staying!" campaign in Dotmailer
|
|
45
45
|
DOTMAILER_THANKS_FOR_STAYING_CAMPAIGN_ID = getattr(settings, "DOTMAILER_THANKS_FOR_STAYING_CAMPAIGN_ID", "")
|
|
46
46
|
|
|
47
|
+
# Fernet encryption for OAuth2 sign in
|
|
48
|
+
ENCRYPTION_KEY = getattr(settings, "ENCRYPTION_KEY", "")
|
|
49
|
+
|
|
47
50
|
# The name of the google app engine service the application is running on, local otherwise
|
|
48
51
|
MODULE_NAME = getattr(settings, "MODULE_NAME", "local")
|
|
49
52
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cfl_common-8.8.2 → cfl_common-8.9.0}/common/migrations/0006_update_aimmo_character_image_path.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cfl_common-8.8.2 → cfl_common-8.9.0}/common/migrations/0018_update_aimmo_character_image_path.py
RENAMED
|
File without changes
|
|
File without changes
|
{cfl_common-8.8.2 → cfl_common-8.9.0}/common/migrations/0020_class_is_active_and_null_access_code.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cfl_common-8.8.2 → cfl_common-8.9.0}/common/migrations/0032_dailyactivity_level_control_submits.py
RENAMED
|
File without changes
|
{cfl_common-8.8.2 → cfl_common-8.9.0}/common/migrations/0033_password_reset_tracking_fields.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cfl_common-8.8.2 → cfl_common-8.9.0}/common/migrations/0055_alter_schoolteacherinvitation_token.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cfl_common-8.8.2 → cfl_common-8.9.0}/common/templates/common/onetrust_cookies_consent_notice.html
RENAMED
|
File without changes
|
|
File without changes
|
{cfl_common-8.8.2 → cfl_common-8.9.0}/common/tests/test_migration_anonymise_orphan_schools.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|