my-cloud-devops-consulting 1.1.202505312353__py3-none-any.whl → 1.1.202506060006__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.
- app.py +1 -1
- {my_cloud_devops_consulting-1.1.202505312353.dist-info → my_cloud_devops_consulting-1.1.202506060006.dist-info}/METADATA +13 -1
- my_cloud_devops_consulting-1.1.202506060006.dist-info/RECORD +5 -0
- my_cloud_devops_consulting-1.1.202505312353.dist-info/RECORD +0 -5
- {my_cloud_devops_consulting-1.1.202505312353.dist-info → my_cloud_devops_consulting-1.1.202506060006.dist-info}/WHEEL +0 -0
- {my_cloud_devops_consulting-1.1.202505312353.dist-info → my_cloud_devops_consulting-1.1.202506060006.dist-info}/top_level.txt +0 -0
app.py
CHANGED
@@ -86,7 +86,7 @@ def register():
|
|
86
86
|
hashed_password = generate_password_hash(password)
|
87
87
|
user_data = {'username': username, 'password': hashed_password}
|
88
88
|
users_collection.insert_one(user_data)
|
89
|
-
flash('Successfully registered! Please log in.', 'success')
|
89
|
+
flash('Successfully registered! Please log in.', 'success',end=' ❤️ ')
|
90
90
|
return redirect(url_for('login'))
|
91
91
|
return render_template('register.html')
|
92
92
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: my-cloud-devops-consulting
|
3
|
-
Version: 1.1.
|
3
|
+
Version: 1.1.202506060006
|
4
4
|
Summary: This is my consulting website for Cloud & DevOps services.
|
5
5
|
Home-page: https://github.com/Betrand1999/project-root
|
6
6
|
Author: Betrand Mutagha
|
@@ -89,5 +89,17 @@ python app.py
|
|
89
89
|
/etc/nginx/nginx.conf
|
90
90
|
#
|
91
91
|
|
92
|
+
#
|
93
|
+
|
94
|
+
####################################################
|
95
|
+
pending pod disk space
|
96
|
+
# See what images are present
|
97
|
+
ctr -n k8s.io images list
|
98
|
+
|
99
|
+
# Remove unused containerd images (be cautious)
|
100
|
+
ctr -n k8s.io images prune
|
92
101
|
|
102
|
+
# Or for Docker users (if running Docker instead):
|
103
|
+
docker system prune -a
|
104
|
+
####################################################
|
93
105
|
|
@@ -0,0 +1,5 @@
|
|
1
|
+
app.py,sha256=pbWmW3_G8wkwCJtPND42Q26H0h9v9Uhzn3zyndWsmUM,5412
|
2
|
+
my_cloud_devops_consulting-1.1.202506060006.dist-info/METADATA,sha256=yzHbelYVdWQMBlaaXEG2nZ4MfPPm_vWMHMThQkUhvXk,3250
|
3
|
+
my_cloud_devops_consulting-1.1.202506060006.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
4
|
+
my_cloud_devops_consulting-1.1.202506060006.dist-info/top_level.txt,sha256=io9g7LCbfmTG1SFKgEOGXmCFB9uMP2H5lerm0HiHWQE,4
|
5
|
+
my_cloud_devops_consulting-1.1.202506060006.dist-info/RECORD,,
|
@@ -1,5 +0,0 @@
|
|
1
|
-
app.py,sha256=Vwi_BJd7lFEOuK_qpOt7HuTfMJJaHVSfUBLcgPa4tsQ,5397
|
2
|
-
my_cloud_devops_consulting-1.1.202505312353.dist-info/METADATA,sha256=kSAMtnXvKdqvtTYi1R7Do9IbFPnJ32V9RGguPlc2zgY,2912
|
3
|
-
my_cloud_devops_consulting-1.1.202505312353.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
4
|
-
my_cloud_devops_consulting-1.1.202505312353.dist-info/top_level.txt,sha256=io9g7LCbfmTG1SFKgEOGXmCFB9uMP2H5lerm0HiHWQE,4
|
5
|
-
my_cloud_devops_consulting-1.1.202505312353.dist-info/RECORD,,
|
File without changes
|