my-cloud-devops-consulting 1.1.202507211541__py3-none-any.whl → 1.1.202507211638__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 +4 -1
- {my_cloud_devops_consulting-1.1.202507211541.dist-info → my_cloud_devops_consulting-1.1.202507211638.dist-info}/METADATA +1 -1
- my_cloud_devops_consulting-1.1.202507211638.dist-info/RECORD +5 -0
- my_cloud_devops_consulting-1.1.202507211541.dist-info/RECORD +0 -5
- {my_cloud_devops_consulting-1.1.202507211541.dist-info → my_cloud_devops_consulting-1.1.202507211638.dist-info}/WHEEL +0 -0
- {my_cloud_devops_consulting-1.1.202507211541.dist-info → my_cloud_devops_consulting-1.1.202507211638.dist-info}/top_level.txt +0 -0
app.py
CHANGED
@@ -131,7 +131,7 @@ def contact_form():
|
|
131
131
|
return redirect(url_for('contact_form'))
|
132
132
|
return render_template('contact-form.html')
|
133
133
|
|
134
|
-
|
134
|
+
# Update the /videos route to support both login types if does not work use this old one
|
135
135
|
@app.route('/videos')
|
136
136
|
# @login_required
|
137
137
|
def private_videos():
|
@@ -139,6 +139,9 @@ def private_videos():
|
|
139
139
|
return redirect(url_for('login'))
|
140
140
|
videos = get_videos()
|
141
141
|
return render_template('private-videos.html', videos=videos)
|
142
|
+
|
143
|
+
|
144
|
+
|
142
145
|
@app.route("/logout")
|
143
146
|
@login_required
|
144
147
|
def logout():
|
@@ -0,0 +1,5 @@
|
|
1
|
+
app.py,sha256=9mSTutIFcCf_GbVEJM7iLQ5BdNG5crJ3tMnZwF8GFJI,10976
|
2
|
+
my_cloud_devops_consulting-1.1.202507211638.dist-info/METADATA,sha256=ccnwcFrIraWGjSNh7i-iubRB-A6JNTdnNq0GrLdQyow,785
|
3
|
+
my_cloud_devops_consulting-1.1.202507211638.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
4
|
+
my_cloud_devops_consulting-1.1.202507211638.dist-info/top_level.txt,sha256=io9g7LCbfmTG1SFKgEOGXmCFB9uMP2H5lerm0HiHWQE,4
|
5
|
+
my_cloud_devops_consulting-1.1.202507211638.dist-info/RECORD,,
|
@@ -1,5 +0,0 @@
|
|
1
|
-
app.py,sha256=YkW_HXhzn79wTifJSbEeXhaws7TT9LJgC2C_sBskZlU,10884
|
2
|
-
my_cloud_devops_consulting-1.1.202507211541.dist-info/METADATA,sha256=XCqYl_NUiqRMJy26iB3kHkBDaHAOMlOFkFXp1p8Omsc,785
|
3
|
-
my_cloud_devops_consulting-1.1.202507211541.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
4
|
-
my_cloud_devops_consulting-1.1.202507211541.dist-info/top_level.txt,sha256=io9g7LCbfmTG1SFKgEOGXmCFB9uMP2H5lerm0HiHWQE,4
|
5
|
-
my_cloud_devops_consulting-1.1.202507211541.dist-info/RECORD,,
|
File without changes
|