codeforlife-portal 1.0.0.post.dev101__tar.gz → 1.0.0.post.dev103__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.
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/PKG-INFO +1 -1
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/codeforlife_portal.egg-info/PKG-INFO +1 -1
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/codeforlife_portal.egg-info/requires.txt +1 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/_version.py +2 -2
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/migrations/0049_refactor_emailverifications.py +5 -25
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/setup.py +1 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/MANIFEST.in +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/README.md +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/codeforlife_portal.egg-info/SOURCES.txt +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/codeforlife_portal.egg-info/dependency_links.txt +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/codeforlife_portal.egg-info/not-zip-safe +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/codeforlife_portal.egg-info/top_level.txt +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/deploy/__init__.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/deploy/captcha.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/deploy/mail.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/deploy/middleware/__init__.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/deploy/middleware/basicauth.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/deploy/middleware/exceptionlogging.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/deploy/permissions.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/deploy/static/apple-touch-icon-120x120.png +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/deploy/static/apple-touch-icon-152x152.png +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/deploy/static/apple-touch-icon-180x180.png +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/deploy/static/apple-touch-icon-76x76.png +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/deploy/static/apple-touch-icon.png +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/deploy/static/robots.txt +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/deploy/templates/deploy/csrf_failure.html +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/deploy/views.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/__init__.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/admin.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/app_settings.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/autoconfig.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/beta.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/emailMessages.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/forms/__init__.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/forms/admin_login.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/forms/auth_forms.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/forms/home.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/forms/organisation.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/forms/play.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/forms/registration.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/forms/teach.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/handlers.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/helpers/__init__.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/helpers/email.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/helpers/generators.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/helpers/location.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/helpers/password.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/middleware/__init__.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/middleware/ratelimit_login_attempts.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/migrations/0001_squashed_0041_new_news.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/migrations/0042_school_country.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/migrations/0043_auto_20150430_0952.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/migrations/0044_auto_20150430_0959.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/migrations/0045_auto_20150430_1446.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/migrations/0046_auto_20150723_1101.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/migrations/0047_remove_userprofile_avatar.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/migrations/0048_plural_management_frontnews.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/migrations/__init__.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/models.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/permissions.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/email_media/cfl_logo_blue_rounded.png +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/email_media/cfllogo.png +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/css/colorbox.css +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/css/common.css +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/css/images/animated-overlay.gif +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/css/images/ui-bg_diagonals-thick_18_b81900_40x40.png +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/css/images/ui-bg_diagonals-thick_20_666666_40x40.png +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/css/images/ui-bg_flat_10_000000_40x100.png +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/css/images/ui-bg_glass_100_f6f6f6_1x400.png +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/css/images/ui-bg_glass_100_fdf5ce_1x400.png +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/css/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/css/images/ui-bg_highlight-soft_75_ffe45c_1x100.png +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/css/images/ui-icons_222222_256x240.png +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/css/images/ui-icons_228ef1_256x240.png +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/css/images/ui-icons_ef8c08_256x240.png +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/css/images/ui-icons_ffd27a_256x240.png +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/css/images/ui-icons_ffffff_256x240.png +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/css/jquery-ui.css +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/css/jquery-ui.structure.css +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/css/jquery-ui.theme.css +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/css/list.css +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/css/noJS.css +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/css/reset.css +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/css/styles.css +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/css/tables.css +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/img/2fa_authenticator_link.png +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/img/RR_logo_blank.png +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/img/RRlogo_on_green.png +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/img/RRlogo_on_green_small.png +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/img/RRlogo_on_less_green.png +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/img/RRlogo_on_less_green_small.png +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/img/cfl_logo_blue.png +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/img/cfl_logo_blue_rounded.png +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/img/codeForLife_logo.svg +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/img/colorboxImages/border.png +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/img/colorboxImages/controls.png +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/img/colorboxImages/loading.gif +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/img/colorboxImages/loading_background.png +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/img/colorboxImages/overlay.png +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/img/dee_hi_res.png +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/img/dee_large.png +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/img/dee_red_box.png +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/img/favicon.ico +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/img/kirsty.png +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/img/kirsty_hi_res.png +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/img/kirsty_large.png +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/img/logged_in_blob.png +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/img/logged_out_blob.png +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/img/logo_white.png +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/img/movie_file.png +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/img/nigel.png +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/img/nigel_hi_res.png +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/img/nigel_large.png +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/img/padlock.png +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/img/pdfsmall.png +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/img/phil.png +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/img/phil_hi_res.png +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/img/phil_large.png +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/img/qr_code_scan.png +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/img/rrBG.jpg +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/img/rrBGIE.jpg +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/img/rrBGsmall.jpg +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/img/video_still.png +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/img/wes.png +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/img/wes_hi_res.png +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/img/wes_large.png +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/img/zip.png +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/js/common.js +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/js/deleteWorkspaces.js +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/js/fuzzySchoolLookup.js +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/js/jquery.placeholder.js +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/js/lib/jquery-ui.js +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/js/lib/jquery-video-lightning.js +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/js/lib/jquery.colorbox.js +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/js/lib/jquery.easy-ticker.js +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/js/lib/jquery.js +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/js/lib/magnific.js +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/js/lib/modernizr.custom.79639.js +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/js/organisation_manage.js +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/js/passwordStrength.js +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/js/play.js +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/static/portal/js/teach_class.js +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/templates/403.html +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/templates/404.html +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/templates/500.html +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/templates/email.html +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/templates/email.txt +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/templates/portal/2FA_redirect.html +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/templates/portal/about.html +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/templates/portal/admin/aggregated_data.html +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/templates/portal/admin/map.html +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/templates/portal/base.html +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/templates/portal/base_no_userprofile.html +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/templates/portal/contact.html +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/templates/portal/email_verification_failed.html +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/templates/portal/email_verification_needed.html +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/templates/portal/help-and-support.html +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/templates/portal/home.html +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/templates/portal/locked_out.html +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/templates/portal/mouseflow.html +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/templates/portal/play/base.html +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/templates/portal/play/student_details.html +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/templates/portal/play/student_edit_account.html +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/templates/portal/play/student_join_organisation.html +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/templates/portal/play.html +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/templates/portal/teach/base.html +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/templates/portal/teach/organisation_create.html +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/templates/portal/teach/organisation_manage.html +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/templates/portal/teach/teacher_add_external_student.html +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/templates/portal/teach/teacher_added_external_student.html +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/templates/portal/teach/teacher_class.html +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/templates/portal/teach/teacher_classes.html +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/templates/portal/teach/teacher_dismiss_students.html +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/templates/portal/teach/teacher_edit_account.html +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/templates/portal/teach/teacher_edit_class.html +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/templates/portal/teach/teacher_edit_student.html +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/templates/portal/teach/teacher_home.html +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/templates/portal/teach/teacher_lesson_plans.html +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/templates/portal/teach/teacher_lesson_plans_python.html +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/templates/portal/teach/teacher_move_all_classes.html +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/templates/portal/teach/teacher_move_class.html +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/templates/portal/teach/teacher_move_students.html +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/templates/portal/teach/teacher_move_students_to_class.html +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/templates/portal/teach/teacher_new_students.html +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/templates/portal/teach/teacher_student_reset.html +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/templates/portal/teach/teacher_students_reset.html +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/templates/portal/teach.html +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/templates/portal/terms.html +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/templates/registration/login.html +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/templates/registration/password_reset_complete.html +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/templates/registration/password_reset_confirm.html +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/templates/registration/password_reset_done.html +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/templates/registration/password_reset_email.html +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/templates/registration/student_password_reset_form.html +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/templates/registration/teacher_password_reset_form.html +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/templates/two_factor/_base.html +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/templates/two_factor/core/setup_complete.html +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/templates/two_factor/profile/profile.html +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/templatetags/__init__.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/templatetags/app_tags.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/templatetags/table_tags.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/__init__.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/base_test.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/base_test_migration.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/pageObjects/__init__.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/pageObjects/portal/__init__.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/pageObjects/portal/about_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/pageObjects/portal/admin/__init__.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/pageObjects/portal/admin/admin_base_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/pageObjects/portal/admin/admin_data_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/pageObjects/portal/admin/admin_login_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/pageObjects/portal/admin/admin_map_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/pageObjects/portal/base_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/pageObjects/portal/contact_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/pageObjects/portal/email_verification_needed_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/pageObjects/portal/forbidden_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/pageObjects/portal/game_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/pageObjects/portal/help_and_support_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/pageObjects/portal/home_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/pageObjects/portal/play/__init__.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/pageObjects/portal/play/account_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/pageObjects/portal/play/dashboard_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/pageObjects/portal/play/join_school_or_club_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/pageObjects/portal/play/play_base_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/pageObjects/portal/play_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/pageObjects/portal/teach/__init__.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/pageObjects/portal/teach/account_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/pageObjects/portal/teach/add_independent_student_to_class_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/pageObjects/portal/teach/added_independent_student_to_class_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/pageObjects/portal/teach/class_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/pageObjects/portal/teach/class_settings_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/pageObjects/portal/teach/classes_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/pageObjects/portal/teach/dashboard_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/pageObjects/portal/teach/dismiss_students_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/pageObjects/portal/teach/move_class_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/pageObjects/portal/teach/move_students_disambiguate_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/pageObjects/portal/teach/move_students_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/pageObjects/portal/teach/new_students_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/pageObjects/portal/teach/organisation_create_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/pageObjects/portal/teach/organisation_manage_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/pageObjects/portal/teach/organisation_revoke_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/pageObjects/portal/teach/teach_base_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/pageObjects/portal/teach/thanks_for_reset_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/pageObjects/portal/teach_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/pageObjects/portal/terms_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/pageObjects/registration/__init__.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/pageObjects/registration/independent_student_login_form_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/pageObjects/registration/password_reset_form_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/pageObjects/registration/student_password_reset_form_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/pageObjects/registration/teacher_password_reset_form_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/test_admin.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/test_class.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/test_emails.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/test_independent_student.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/test_independent_student_joins_a_class.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/test_location.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/test_navigation.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/test_organisation.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/test_school_student.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/test_security.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/test_teacher.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/test_teacher_student.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/utils/__init__.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/utils/classes.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/utils/email.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/utils/messages.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/utils/organisation.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/utils/student.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/tests/utils/teacher.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/urls.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/utils.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/views/__init__.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/views/admin.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/views/email.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/views/home.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/views/organisation.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/views/play.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/views/registration.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/views/teacher/__init__.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/views/teacher/home.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/views/teacher/teach.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/wsgi.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/ratelimit/__init__.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/ratelimit/backends/__init__.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/ratelimit/backends/cache.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/ratelimit/decorators.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/reports/__init__.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/reports/admin.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/reports/migrations/0001_initial.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/reports/migrations/0002_hitsperlevelperday.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/reports/migrations/__init__.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/reports/models.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/reports/tests.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/reports/urls.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/reports/views.py +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/setup.cfg +0 -0
- {codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/versioneer.py +0 -0
{codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/_version.py
RENAMED
|
@@ -11,8 +11,8 @@ version_json = '''
|
|
|
11
11
|
{
|
|
12
12
|
"dirty": false,
|
|
13
13
|
"error": null,
|
|
14
|
-
"full-revisionid": "
|
|
15
|
-
"version": "1.0.0.post.
|
|
14
|
+
"full-revisionid": "c4ac7c84b74588e4ef70d1c9f5617cbb6d9f0659",
|
|
15
|
+
"version": "1.0.0.post.dev103"
|
|
16
16
|
}
|
|
17
17
|
''' # END VERSION_JSON
|
|
18
18
|
|
|
@@ -5,28 +5,6 @@ from django.db import models, migrations
|
|
|
5
5
|
from django.conf import settings
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
def copy_users(apps, schema_editor):
|
|
9
|
-
model = apps.get_model('portal', 'EmailVerification')
|
|
10
|
-
for ev in model.objects.all():
|
|
11
|
-
if ev.user is not None:
|
|
12
|
-
ev.new_user = ev.user.user
|
|
13
|
-
ev.save()
|
|
14
|
-
if ev.used is not None:
|
|
15
|
-
ev.verified = ev.used
|
|
16
|
-
ev.save()
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
def restore_users(apps, schema_editor):
|
|
20
|
-
model = apps.get_model('portal', 'EmailVerification')
|
|
21
|
-
for ev in model.objects.all():
|
|
22
|
-
if ev.new_user is not None:
|
|
23
|
-
ev.user = ev.new_user.userprofile
|
|
24
|
-
ev.save()
|
|
25
|
-
if ev.verified is not None:
|
|
26
|
-
ev.used = ev.verified
|
|
27
|
-
ev.save()
|
|
28
|
-
|
|
29
|
-
|
|
30
8
|
class Migration(migrations.Migration):
|
|
31
9
|
|
|
32
10
|
dependencies = [
|
|
@@ -51,8 +29,10 @@ class Migration(migrations.Migration):
|
|
|
51
29
|
default=False
|
|
52
30
|
)
|
|
53
31
|
),
|
|
54
|
-
migrations.
|
|
55
|
-
|
|
56
|
-
reverse_code=restore_users
|
|
32
|
+
migrations.RunSQL(
|
|
33
|
+
'UPDATE portal_emailverification SET new_user_id = ( SELECT portal_userprofile.user_id FROM portal_userprofile WHERE portal_userprofile.id = portal_emailverification.user_id);'
|
|
57
34
|
),
|
|
35
|
+
migrations.RunSQL(
|
|
36
|
+
'UPDATE portal_emailverification SET verified = used;'
|
|
37
|
+
)
|
|
58
38
|
]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/deploy/__init__.py
RENAMED
|
File without changes
|
{codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/deploy/captcha.py
RENAMED
|
File without changes
|
{codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/deploy/mail.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/deploy/permissions.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
|
{codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/deploy/views.py
RENAMED
|
File without changes
|
{codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/__init__.py
RENAMED
|
File without changes
|
{codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/admin.py
RENAMED
|
File without changes
|
{codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/app_settings.py
RENAMED
|
File without changes
|
{codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/autoconfig.py
RENAMED
|
File without changes
|
{codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/beta.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/forms/home.py
RENAMED
|
File without changes
|
|
File without changes
|
{codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/forms/play.py
RENAMED
|
File without changes
|
|
File without changes
|
{codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/forms/teach.py
RENAMED
|
File without changes
|
{codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/handlers.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
|
{codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/models.py
RENAMED
|
File without changes
|
{codeforlife-portal-1.0.0.post.dev101 → codeforlife-portal-1.0.0.post.dev103}/portal/permissions.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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|