my-cloud-devops-consulting 1.1.202506071554__py3-none-any.whl → 1.1.202506082308__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 +5 -0
- {my_cloud_devops_consulting-1.1.202506071554.dist-info → my_cloud_devops_consulting-1.1.202506082308.dist-info}/METADATA +1 -1
- my_cloud_devops_consulting-1.1.202506082308.dist-info/RECORD +5 -0
- my_cloud_devops_consulting-1.1.202506071554.dist-info/RECORD +0 -5
- {my_cloud_devops_consulting-1.1.202506071554.dist-info → my_cloud_devops_consulting-1.1.202506082308.dist-info}/WHEEL +0 -0
- {my_cloud_devops_consulting-1.1.202506071554.dist-info → my_cloud_devops_consulting-1.1.202506082308.dist-info}/top_level.txt +0 -0
app.py
CHANGED
@@ -142,6 +142,11 @@ def logout():
|
|
142
142
|
logout_user()
|
143
143
|
flash("Logged out successfully!", "info")
|
144
144
|
return redirect(url_for("login"))
|
145
|
+
|
146
|
+
@app.route('/about')
|
147
|
+
def about():
|
148
|
+
return "<h2>This is the About Page</h2>"
|
149
|
+
|
145
150
|
if __name__ == '__main__':
|
146
151
|
app.run(debug=True, host='0.0.0.0', port=50)
|
147
152
|
|
@@ -0,0 +1,5 @@
|
|
1
|
+
app.py,sha256=kvF5tiHgWj60-c-IImpFLQ0KmO4iOgJ-mp9N5H9MRxI,5482
|
2
|
+
my_cloud_devops_consulting-1.1.202506082308.dist-info/METADATA,sha256=1cE9uHpOWzXONDk8a7_FBUXRbPA5fPCZ0DpRWICf_NI,3250
|
3
|
+
my_cloud_devops_consulting-1.1.202506082308.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
4
|
+
my_cloud_devops_consulting-1.1.202506082308.dist-info/top_level.txt,sha256=io9g7LCbfmTG1SFKgEOGXmCFB9uMP2H5lerm0HiHWQE,4
|
5
|
+
my_cloud_devops_consulting-1.1.202506082308.dist-info/RECORD,,
|
@@ -1,5 +0,0 @@
|
|
1
|
-
app.py,sha256=IdqsodB0K0kJScj7hjBg7GfCC6AMJuGzY-dWEsOIc5E,5401
|
2
|
-
my_cloud_devops_consulting-1.1.202506071554.dist-info/METADATA,sha256=YOOUXCT_1DnCUWs9eRzfq19nScGWKAKYP0LwUSosQmc,3250
|
3
|
-
my_cloud_devops_consulting-1.1.202506071554.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
4
|
-
my_cloud_devops_consulting-1.1.202506071554.dist-info/top_level.txt,sha256=io9g7LCbfmTG1SFKgEOGXmCFB9uMP2H5lerm0HiHWQE,4
|
5
|
-
my_cloud_devops_consulting-1.1.202506071554.dist-info/RECORD,,
|
File without changes
|