my-cloud-devops-consulting 1.1.202507100004__py3-none-any.whl → 1.1.202507100102__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.202507100102.dist-info}/METADATA +1 -1
- my_cloud_devops_consulting-1.1.202507100102.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.202507100102.dist-info}/WHEEL +0 -0
- {my_cloud_devops_consulting-1.1.202507100004.dist-info → my_cloud_devops_consulting-1.1.202507100102.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
|
|
@@ -0,0 +1,5 @@
|
|
1
|
+
app.py,sha256=louT27AsKc_y2u88tG8VMnSp4UPbHKg6LmttWc19lqg,8908
|
2
|
+
my_cloud_devops_consulting-1.1.202507100102.dist-info/METADATA,sha256=iRJQpXeRqnz-9IRn4hE8HZMJtKHUMPh9tcRhUHQYlA0,3329
|
3
|
+
my_cloud_devops_consulting-1.1.202507100102.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
4
|
+
my_cloud_devops_consulting-1.1.202507100102.dist-info/top_level.txt,sha256=io9g7LCbfmTG1SFKgEOGXmCFB9uMP2H5lerm0HiHWQE,4
|
5
|
+
my_cloud_devops_consulting-1.1.202507100102.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
|