my-cloud-devops-consulting 1.1.202506142319__py3-none-any.whl → 1.1.202506152242__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,15 +142,19 @@ def logout():
142
142
  logout_user()
143
143
  flash("Logged out successfully!", "info")
144
144
  return redirect(url_for("login"))
145
+
145
146
  # My added route
146
147
  @app.route('/about')
147
148
  def about():
148
- message = "We don’t just build infrastructure — we empower innovation. 💡💕"
149
+ mood = "excited"
150
+ if mood == "excited":
151
+ message = "We don’t just build infrastructure — we empower innovation. 💡💕"
152
+ elif mood == "curious":
153
+ message = "Explore what makes our infrastructure so powerful! 🔍"
154
+ else:
155
+ message = "We’re building something meaningful every day. 🌱"
149
156
  return render_template('about.html', message=message)
150
157
 
151
- @app.route('/test')
152
- def test():
153
- return "Test route is working!" # This shows in the browser
154
158
 
155
159
 
156
160
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: my-cloud-devops-consulting
3
- Version: 1.1.202506142319
3
+ Version: 1.1.202506152242
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
@@ -0,0 +1,5 @@
1
+ app.py,sha256=yHZBP7By1FHUSfoMlR0KFUMQwyXtP0Vt6WxEdWUYCKE,5845
2
+ my_cloud_devops_consulting-1.1.202506152242.dist-info/METADATA,sha256=jjLtN1RTdMkDUiJQB4I3uFy1Ch0vf9bCBG5vEPePxAI,3256
3
+ my_cloud_devops_consulting-1.1.202506152242.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
4
+ my_cloud_devops_consulting-1.1.202506152242.dist-info/top_level.txt,sha256=io9g7LCbfmTG1SFKgEOGXmCFB9uMP2H5lerm0HiHWQE,4
5
+ my_cloud_devops_consulting-1.1.202506152242.dist-info/RECORD,,
@@ -1,5 +0,0 @@
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,,