my-cloud-devops-consulting 1.1.202507100004__py3-none-any.whl → 1.1.202507110132__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 +6 -0
- {my_cloud_devops_consulting-1.1.202507100004.dist-info → my_cloud_devops_consulting-1.1.202507110132.dist-info}/METADATA +4 -1
- my_cloud_devops_consulting-1.1.202507110132.dist-info/RECORD +5 -0
- my_cloud_devops_consulting-1.1.202507100004.dist-info/RECORD +0 -5
- {my_cloud_devops_consulting-1.1.202507100004.dist-info → my_cloud_devops_consulting-1.1.202507110132.dist-info}/WHEEL +0 -0
- {my_cloud_devops_consulting-1.1.202507100004.dist-info → my_cloud_devops_consulting-1.1.202507110132.dist-info}/top_level.txt +0 -0
app.py
CHANGED
@@ -244,6 +244,12 @@ def reset_password(token):
|
|
244
244
|
return render_template('reset-password.html')
|
245
245
|
|
246
246
|
|
247
|
+
|
248
|
+
# Cookies
|
249
|
+
@app.route('/cookie-policy')
|
250
|
+
def cookie_policy():
|
251
|
+
return render_template('cookie-policy.html')
|
252
|
+
|
247
253
|
if __name__ == '__main__':
|
248
254
|
app.run(debug=True, host='0.0.0.0', port=50)
|
249
255
|
|
@@ -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.202507110132
|
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
|
@@ -107,3 +107,6 @@ docker system prune -a
|
|
107
107
|
|
108
108
|
site:1beto.com ### it confirms that 1beto.com is not yet indexed by Google
|
109
109
|
|
110
|
+
|
111
|
+
# moving image is in the base.html start with moving
|
112
|
+
|
@@ -0,0 +1,5 @@
|
|
1
|
+
app.py,sha256=louT27AsKc_y2u88tG8VMnSp4UPbHKg6LmttWc19lqg,8908
|
2
|
+
my_cloud_devops_consulting-1.1.202507110132.dist-info/METADATA,sha256=J8oF9aa-VMisVt_bypLDhhKTSJ3J0njJqT7cVsr3EOI,3385
|
3
|
+
my_cloud_devops_consulting-1.1.202507110132.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
4
|
+
my_cloud_devops_consulting-1.1.202507110132.dist-info/top_level.txt,sha256=io9g7LCbfmTG1SFKgEOGXmCFB9uMP2H5lerm0HiHWQE,4
|
5
|
+
my_cloud_devops_consulting-1.1.202507110132.dist-info/RECORD,,
|
@@ -1,5 +0,0 @@
|
|
1
|
-
app.py,sha256=Qbame5UH4XuHpIazFJRkF-VxZCNQFLVt7Dfk1osZwrQ,8797
|
2
|
-
my_cloud_devops_consulting-1.1.202507100004.dist-info/METADATA,sha256=dmMjTPnktPN7pPLXqV2vLbd5KlW03h1QbLO-X74Dr28,3329
|
3
|
-
my_cloud_devops_consulting-1.1.202507100004.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
4
|
-
my_cloud_devops_consulting-1.1.202507100004.dist-info/top_level.txt,sha256=io9g7LCbfmTG1SFKgEOGXmCFB9uMP2H5lerm0HiHWQE,4
|
5
|
-
my_cloud_devops_consulting-1.1.202507100004.dist-info/RECORD,,
|
File without changes
|