my-cloud-devops-consulting 1.1.202506142244__py3-none-any.whl → 1.1.202506142319__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 CHANGED
@@ -142,12 +142,17 @@ def logout():
142
142
  logout_user()
143
143
  flash("Logged out successfully!", "info")
144
144
  return redirect(url_for("login"))
145
-
145
+ # My added route
146
146
  @app.route('/about')
147
147
  def about():
148
148
  message = "We don’t just build infrastructure — we empower innovation. 💡💕"
149
149
  return render_template('about.html', message=message)
150
150
 
151
+ @app.route('/test')
152
+ def test():
153
+ return "Test route is working!" # This shows in the browser
154
+
155
+
151
156
 
152
157
  if __name__ == '__main__':
153
158
  app.run(debug=True, host='0.0.0.0', port=50)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: my-cloud-devops-consulting
3
- Version: 1.1.202506142244
3
+ Version: 1.1.202506142319
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
@@ -94,6 +94,7 @@ python app.py
94
94
  ####################################################
95
95
  pending pod disk space
96
96
  # See what images are present
97
+ clear
97
98
  ctr -n k8s.io images list
98
99
 
99
100
  # Remove unused containerd images (be cautious)
@@ -0,0 +1,5 @@
1
+ app.py,sha256=ZMENduk0QdBQ_nh1dwIU4tE_ZZq-6s2qZaBzKxCiwvs,5700
2
+ my_cloud_devops_consulting-1.1.202506142319.dist-info/METADATA,sha256=5UPehCbFSooA4bj_k5JFaBXaT7q0NfIM6daKlSWadg8,3256
3
+ my_cloud_devops_consulting-1.1.202506142319.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
4
+ my_cloud_devops_consulting-1.1.202506142319.dist-info/top_level.txt,sha256=io9g7LCbfmTG1SFKgEOGXmCFB9uMP2H5lerm0HiHWQE,4
5
+ my_cloud_devops_consulting-1.1.202506142319.dist-info/RECORD,,
@@ -1,5 +0,0 @@
1
- app.py,sha256=rkFEr9oVgn_X__HsPIdlUWPm0F4eRQtdUMzyKt1UhFw,5585
2
- my_cloud_devops_consulting-1.1.202506142244.dist-info/METADATA,sha256=PDSgL1BBG4DauascPR2PWlbRvbnlWa4Tw1P9ZIOYB1Q,3250
3
- my_cloud_devops_consulting-1.1.202506142244.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
4
- my_cloud_devops_consulting-1.1.202506142244.dist-info/top_level.txt,sha256=io9g7LCbfmTG1SFKgEOGXmCFB9uMP2H5lerm0HiHWQE,4
5
- my_cloud_devops_consulting-1.1.202506142244.dist-info/RECORD,,