diff --git a/09_views_part2/01_building_a_blogpost_view/.python-version b/09_views_part2/01_building_a_blogpost_view/.python-version new file mode 100644 index 0000000..bd28b9c --- /dev/null +++ b/09_views_part2/01_building_a_blogpost_view/.python-version @@ -0,0 +1 @@ +3.9 diff --git a/09_views_part2/01_building_a_blogpost_view/runtime.txt b/09_views_part2/01_building_a_blogpost_view/runtime.txt deleted file mode 100644 index 6edd1aa..0000000 --- a/09_views_part2/01_building_a_blogpost_view/runtime.txt +++ /dev/null @@ -1 +0,0 @@ -python-3.9.18 \ No newline at end of file diff --git a/10_create_about_app/.python-version b/10_create_about_app/.python-version new file mode 100644 index 0000000..bd28b9c --- /dev/null +++ b/10_create_about_app/.python-version @@ -0,0 +1 @@ +3.9 diff --git a/10_create_about_app/runtime.txt b/10_create_about_app/runtime.txt deleted file mode 100644 index 6edd1aa..0000000 --- a/10_create_about_app/runtime.txt +++ /dev/null @@ -1 +0,0 @@ -python-3.9.18 \ No newline at end of file diff --git a/11_authorisation/01_allauth/.python-version b/11_authorisation/01_allauth/.python-version new file mode 100644 index 0000000..bd28b9c --- /dev/null +++ b/11_authorisation/01_allauth/.python-version @@ -0,0 +1 @@ +3.9 diff --git a/11_authorisation/01_allauth/runtime.txt b/11_authorisation/01_allauth/runtime.txt deleted file mode 100644 index 6edd1aa..0000000 --- a/11_authorisation/01_allauth/runtime.txt +++ /dev/null @@ -1 +0,0 @@ -python-3.9.18 \ No newline at end of file diff --git a/11_authorisation/02_restrict_access/.python-version b/11_authorisation/02_restrict_access/.python-version new file mode 100644 index 0000000..bd28b9c --- /dev/null +++ b/11_authorisation/02_restrict_access/.python-version @@ -0,0 +1 @@ +3.9 diff --git a/11_authorisation/02_restrict_access/runtime.txt b/11_authorisation/02_restrict_access/runtime.txt deleted file mode 100644 index 6edd1aa..0000000 --- a/11_authorisation/02_restrict_access/runtime.txt +++ /dev/null @@ -1 +0,0 @@ -python-3.9.18 \ No newline at end of file diff --git a/11_authorisation/03_custom_template/.python-version b/11_authorisation/03_custom_template/.python-version new file mode 100644 index 0000000..bd28b9c --- /dev/null +++ b/11_authorisation/03_custom_template/.python-version @@ -0,0 +1 @@ +3.9 diff --git a/11_authorisation/03_custom_template/runtime.txt b/11_authorisation/03_custom_template/runtime.txt deleted file mode 100644 index 6edd1aa..0000000 --- a/11_authorisation/03_custom_template/runtime.txt +++ /dev/null @@ -1 +0,0 @@ -python-3.9.18 \ No newline at end of file diff --git a/12_views_part_3/01_posting_to_database/.python-version b/12_views_part_3/01_posting_to_database/.python-version new file mode 100644 index 0000000..bd28b9c --- /dev/null +++ b/12_views_part_3/01_posting_to_database/.python-version @@ -0,0 +1 @@ +3.9 diff --git a/12_views_part_3/01_posting_to_database/runtime.txt b/12_views_part_3/01_posting_to_database/runtime.txt deleted file mode 100644 index 6edd1aa..0000000 --- a/12_views_part_3/01_posting_to_database/runtime.txt +++ /dev/null @@ -1 +0,0 @@ -python-3.9.18 \ No newline at end of file diff --git a/12_views_part_3/05_edit_delete/.python-version b/12_views_part_3/05_edit_delete/.python-version new file mode 100644 index 0000000..bd28b9c --- /dev/null +++ b/12_views_part_3/05_edit_delete/.python-version @@ -0,0 +1 @@ +3.9 diff --git a/12_views_part_3/05_edit_delete/runtime.txt b/12_views_part_3/05_edit_delete/runtime.txt deleted file mode 100644 index 6edd1aa..0000000 --- a/12_views_part_3/05_edit_delete/runtime.txt +++ /dev/null @@ -1 +0,0 @@ -python-3.9.18 \ No newline at end of file diff --git a/13_collaboration_form/01_create_the_form/.python-version b/13_collaboration_form/01_create_the_form/.python-version new file mode 100644 index 0000000..bd28b9c --- /dev/null +++ b/13_collaboration_form/01_create_the_form/.python-version @@ -0,0 +1 @@ +3.9 diff --git a/13_collaboration_form/01_create_the_form/runtime.txt b/13_collaboration_form/01_create_the_form/runtime.txt deleted file mode 100644 index 6edd1aa..0000000 --- a/13_collaboration_form/01_create_the_form/runtime.txt +++ /dev/null @@ -1 +0,0 @@ -python-3.9.18 \ No newline at end of file diff --git a/13_collaboration_form/02_handle_the_POST_request/.python-version b/13_collaboration_form/02_handle_the_POST_request/.python-version new file mode 100644 index 0000000..bd28b9c --- /dev/null +++ b/13_collaboration_form/02_handle_the_POST_request/.python-version @@ -0,0 +1 @@ +3.9 diff --git a/13_collaboration_form/02_handle_the_POST_request/runtime.txt b/13_collaboration_form/02_handle_the_POST_request/runtime.txt deleted file mode 100644 index 6edd1aa..0000000 --- a/13_collaboration_form/02_handle_the_POST_request/runtime.txt +++ /dev/null @@ -1 +0,0 @@ -python-3.9.18 \ No newline at end of file diff --git a/14_where_to_put_things/01_storing_images_in_cloudinary/.python-version b/14_where_to_put_things/01_storing_images_in_cloudinary/.python-version new file mode 100644 index 0000000..bd28b9c --- /dev/null +++ b/14_where_to_put_things/01_storing_images_in_cloudinary/.python-version @@ -0,0 +1 @@ +3.9 diff --git a/14_where_to_put_things/01_storing_images_in_cloudinary/runtime.txt b/14_where_to_put_things/01_storing_images_in_cloudinary/runtime.txt deleted file mode 100644 index 6edd1aa..0000000 --- a/14_where_to_put_things/01_storing_images_in_cloudinary/runtime.txt +++ /dev/null @@ -1 +0,0 @@ -python-3.9.18 \ No newline at end of file diff --git a/14_where_to_put_things/03_tidy_up/.python-version b/14_where_to_put_things/03_tidy_up/.python-version new file mode 100644 index 0000000..bd28b9c --- /dev/null +++ b/14_where_to_put_things/03_tidy_up/.python-version @@ -0,0 +1 @@ +3.9 diff --git a/14_where_to_put_things/03_tidy_up/runtime.txt b/14_where_to_put_things/03_tidy_up/runtime.txt deleted file mode 100644 index 6edd1aa..0000000 --- a/14_where_to_put_things/03_tidy_up/runtime.txt +++ /dev/null @@ -1 +0,0 @@ -python-3.9.18 \ No newline at end of file diff --git a/15_testing/.python-version b/15_testing/.python-version new file mode 100644 index 0000000..bd28b9c --- /dev/null +++ b/15_testing/.python-version @@ -0,0 +1 @@ +3.9 diff --git a/15_testing/runtime.txt b/15_testing/runtime.txt deleted file mode 100644 index 6edd1aa..0000000 --- a/15_testing/runtime.txt +++ /dev/null @@ -1 +0,0 @@ -python-3.9.18 \ No newline at end of file