codeforlife-portal 6.45.3__py2.py3-none-any.whl → 6.45.5__py2.py3-none-any.whl
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.
Potentially problematic release.
This version of codeforlife-portal might be problematic. Click here for more details.
- cfl_common/setup.py +1 -1
- {codeforlife_portal-6.45.3.dist-info → codeforlife_portal-6.45.5.dist-info}/METADATA +3 -3
- {codeforlife_portal-6.45.3.dist-info → codeforlife_portal-6.45.5.dist-info}/RECORD +9 -9
- portal/__init__.py +1 -1
- portal/templates/portal/about.html +2 -2
- portal/templates/portal/home.html +1 -1
- {codeforlife_portal-6.45.3.dist-info → codeforlife_portal-6.45.5.dist-info}/LICENSE.md +0 -0
- {codeforlife_portal-6.45.3.dist-info → codeforlife_portal-6.45.5.dist-info}/WHEEL +0 -0
- {codeforlife_portal-6.45.3.dist-info → codeforlife_portal-6.45.5.dist-info}/top_level.txt +0 -0
cfl_common/setup.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: codeforlife-portal
|
|
3
|
-
Version: 6.45.
|
|
3
|
+
Version: 6.45.5
|
|
4
4
|
Classifier: Programming Language :: Python
|
|
5
5
|
Classifier: Programming Language :: Python :: 3.8
|
|
6
6
|
Classifier: Framework :: Django
|
|
@@ -8,7 +8,7 @@ Description-Content-Type: text/markdown
|
|
|
8
8
|
License-File: LICENSE.md
|
|
9
9
|
Requires-Dist: django ==3.2.25
|
|
10
10
|
Requires-Dist: django-countries ==7.3.1
|
|
11
|
-
Requires-Dist: djangorestframework ==3.
|
|
11
|
+
Requires-Dist: djangorestframework ==3.13.1
|
|
12
12
|
Requires-Dist: django-pipeline ==2.0.8
|
|
13
13
|
Requires-Dist: django-recaptcha ==2.0.6
|
|
14
14
|
Requires-Dist: pyyaml ==5.4.1
|
|
@@ -25,7 +25,7 @@ Requires-Dist: django-classy-tags ==2.0.0
|
|
|
25
25
|
Requires-Dist: libsass ==0.23.0
|
|
26
26
|
Requires-Dist: phonenumbers ==8.12.12
|
|
27
27
|
Requires-Dist: more-itertools ==8.7.0
|
|
28
|
-
Requires-Dist: cfl-common ==6.45.
|
|
28
|
+
Requires-Dist: cfl-common ==6.45.5
|
|
29
29
|
Requires-Dist: django-ratelimit ==3.0.1
|
|
30
30
|
Requires-Dist: django-preventconcurrentlogins ==0.8.2
|
|
31
31
|
Requires-Dist: django-csp ==3.7
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
cfl_common/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
cfl_common/setup.py,sha256=
|
|
2
|
+
cfl_common/setup.py,sha256=5Rk-FXyWToTujXqGRYqeA0A5nJ4NC5woXxyb6NLLbpo,818
|
|
3
3
|
cfl_common/common/__init__.py,sha256=XlncBOpKp_gekbKH7Y_i6yu1qy5tJc3Y8sn8cDy-Vgk,48
|
|
4
4
|
cfl_common/common/app_settings.py,sha256=x2ROLY5Xl5LgqjxyTiChZvQorZYUXpFzEkaLsjh8UHo,2586
|
|
5
5
|
cfl_common/common/apps.py,sha256=49UXZ3bSkFKvIEOL4zM7y1sAhccQJyRtsoOg5XVd_8Y,129
|
|
@@ -106,7 +106,7 @@ example_project/portal_test_settings.py,sha256=frp_XMpd-z1g3VFCRxB2w7AaFW2ivRVKn
|
|
|
106
106
|
example_project/settings.py,sha256=XRZZvASoIl5a9xe3masTq_CUBleuJq9ByHx8f_e2UFc,5613
|
|
107
107
|
example_project/urls.py,sha256=OVeRQ-TCpzHISBRuzqD0yd3ewF7H5U3c-f2p2alfUD0,430
|
|
108
108
|
example_project/wsgi.py,sha256=U1W6WzZxZaIdYZ5tks7w9fqp5WS5qvn2iThsVcskrWw,829
|
|
109
|
-
portal/__init__.py,sha256=
|
|
109
|
+
portal/__init__.py,sha256=h9XndyHuQsEQl4kELDJIb-kH2isbCavuXD3U1D1BmhU,23
|
|
110
110
|
portal/admin.py,sha256=on1-zNRnZvf2cwBN6GVRVYRhkaksrCgfzX8XPWtkvz8,6062
|
|
111
111
|
portal/app_settings.py,sha256=DhWLQOwM0zVOXE3O5TNKbMM9K6agfLuCsHOdr1J7xEI,651
|
|
112
112
|
portal/backends.py,sha256=2Dss6_WoQwPuDzJUF1yEaTQTNG4eUrD12ujJQ5cp5Tc,812
|
|
@@ -435,7 +435,7 @@ portal/templates/email.html,sha256=MXB64zc1Sd34eIq8mGT1HhrjAiZUNvRx0_XjZllfKUU,2
|
|
|
435
435
|
portal/templates/email.txt,sha256=z3bkT2WnkCrVa1RLVbGd-pE81cLEHlZ_QowfbSQAOvg,19
|
|
436
436
|
portal/templates/captcha/widget_v2_invisible.html,sha256=wPBAvvjm-qhSCrQruwJ2SSBkxFg4oUNFl26Axs1IjZw,306
|
|
437
437
|
portal/templates/captcha/includes/js_v2_invisible.html,sha256=FUyDf1RDyS7whzW2B_TnD1ovS8an9sDavCJFqAsrnmQ,1409
|
|
438
|
-
portal/templates/portal/about.html,sha256=
|
|
438
|
+
portal/templates/portal/about.html,sha256=gVflOOxsMKbis6psrsFJvKpHhrl_SjmRv3LPCu6wZYw,9901
|
|
439
439
|
portal/templates/portal/base.html,sha256=DhZ1BC9AANRofocQeNtU6wSFMI-5WmQ-4eXemUGAuQo,11689
|
|
440
440
|
portal/templates/portal/base_no_userprofile.html,sha256=PlRufyYmUUGWBZ6CvbYhJWOMTqKqdcee4xnO5--AogA,447
|
|
441
441
|
portal/templates/portal/coding_club.html,sha256=aaLx9UQ8p_7Vvy3Vlh1rOufeNN0KhJ6fj4oqI6QqJcM,4518
|
|
@@ -447,7 +447,7 @@ portal/templates/portal/email_verification_failed.html,sha256=i93oA6EXxa-Tj6A05B
|
|
|
447
447
|
portal/templates/portal/email_verification_needed.html,sha256=lJvwWjBg6y-9V17gyVCIQj1sXzB6O35porHGhrLT6WM,1053
|
|
448
448
|
portal/templates/portal/form_shapes.html,sha256=oiaQ4RKZF8STTQsoQqql184UoYVyFQ60Mwve8lJMKu0,1223
|
|
449
449
|
portal/templates/portal/getinvolved.html,sha256=jC56RTuLjDISr7eJUPA2TErz1TBcLi9G42BY-jo3Xe8,2872
|
|
450
|
-
portal/templates/portal/home.html,sha256=
|
|
450
|
+
portal/templates/portal/home.html,sha256=J10xWo7opn_BjQrdxpn0wg1bo6w4DwjpTEOJ-pkJfKY,6178
|
|
451
451
|
portal/templates/portal/home_learning.html,sha256=AdKDe0dlbWUrL1BOCjJpdQcOsC6SR-0Ciby1dxJ6iXU,9707
|
|
452
452
|
portal/templates/portal/locked_out.html,sha256=JeiFHFyueFX03D54k82swjxvKY78cFG8Vre-bKKv_7Y,894
|
|
453
453
|
portal/templates/portal/locked_out_school_student.html,sha256=bcpLtu4mkHR-zILLuArtHH2OfUSjHiqntcdbTMlx5Kg,684
|
|
@@ -643,8 +643,8 @@ portal/views/two_factor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG
|
|
|
643
643
|
portal/views/two_factor/core.py,sha256=O_wcBeFqdPYSGNGv-pT_vbs5-Dj1Z-Jfkd6f9-E5yZI,760
|
|
644
644
|
portal/views/two_factor/form.py,sha256=lnHNKI-BMlpncTuW3zUzjPaJJNuEra2I_nOam0eOKFY,257
|
|
645
645
|
portal/views/two_factor/profile.py,sha256=tkl_ludo8arMtd5LKNmohM66vpC_YQiP-0nspTSJiJ4,383
|
|
646
|
-
codeforlife_portal-6.45.
|
|
647
|
-
codeforlife_portal-6.45.
|
|
648
|
-
codeforlife_portal-6.45.
|
|
649
|
-
codeforlife_portal-6.45.
|
|
650
|
-
codeforlife_portal-6.45.
|
|
646
|
+
codeforlife_portal-6.45.5.dist-info/LICENSE.md,sha256=9AbRlCDqD2D1tPibimysFv3zg3AIc49-eyv9aEsyq9w,115
|
|
647
|
+
codeforlife_portal-6.45.5.dist-info/METADATA,sha256=zARH_LMna4yERcgmCLV7xHdbMug0KTXZQ2Rcp_HlS3E,3474
|
|
648
|
+
codeforlife_portal-6.45.5.dist-info/WHEEL,sha256=DZajD4pwLWue70CAfc7YaxT1wLUciNBvN_TTcvXpltE,110
|
|
649
|
+
codeforlife_portal-6.45.5.dist-info/top_level.txt,sha256=8e5pdsuIoTqEAMqpelHBjGjLbffcBtgOoggmd2q7nMw,41
|
|
650
|
+
codeforlife_portal-6.45.5.dist-info/RECORD,,
|
portal/__init__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "6.45.
|
|
1
|
+
__version__ = "6.45.5"
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
schools signed up to CFL. Nearly 10,000 schools are registered globally.</p>
|
|
25
25
|
</div>
|
|
26
26
|
<div class="col-sm-4">
|
|
27
|
-
<h2 class="text--brand-tertiary">>
|
|
27
|
+
<h2 class="text--brand-tertiary">>260,000</h2>
|
|
28
28
|
<p>Active users so far, with numbers growing every day. In 2020 alone, close to 100,000 new people
|
|
29
29
|
subscribed to our resources.</p>
|
|
30
30
|
</div>
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
<h5>Developers</h5>
|
|
121
121
|
<p>To contribute, head over to <a target="_blank" href="https://github.com/ocadotechnology/codeforlife-portal">GitHub</a>,
|
|
122
122
|
check out the issue tracker, and get started. There you can suggest new features or assign yourself
|
|
123
|
-
an issue to develop. You can find more info about how to do all these on our
|
|
123
|
+
an issue to develop. You can find more info about how to do all these on our
|
|
124
124
|
<a target="_blank" href="https://docs.codeforlife.education/">docs on Gitbook</a>.
|
|
125
125
|
<h5>Teachers, parents, and creatives</h5>
|
|
126
126
|
<p>Please get in touch through our <a class="freshdesk__contact-us">contact</a> form and let us know how
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
</div>
|
|
68
68
|
<div class="col-sm-3">
|
|
69
69
|
<img title="Planet" alt="Planet image" src="{% static 'portal/img/icon_globe.png' %}">
|
|
70
|
-
<p class="col-sm-11 col-center">Code for Life has over
|
|
70
|
+
<p class="col-sm-11 col-center">Code for Life has over 660,000 registered users across the world.</p>
|
|
71
71
|
</div>
|
|
72
72
|
</div>
|
|
73
73
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|