Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cmt120-2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Felix Chadwick-Smith
cmt120-2
Commits
f8ca659a
Commit
f8ca659a
authored
Jan 15, 2024
by
Felix Chadwick-Smith
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into 'main'
tided up See merge request
!33
parents
b29906a0
b85cbd2d
Branches
main
No related tags found
1 merge request
!33
tided up
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
__pycache__/my_flask_app.cpython-311.pyc
+0
-0
0 additions, 0 deletions
__pycache__/my_flask_app.cpython-311.pyc
instance/site.db
+0
-0
0 additions, 0 deletions
instance/site.db
my_flask_app.py
+0
-1
0 additions, 1 deletion
my_flask_app.py
with
0 additions
and
1 deletion
__pycache__/my_flask_app.cpython-311.pyc
+
0
−
0
View file @
f8ca659a
No preview for this file type
This diff is collapsed.
Click to expand it.
instance/site.db
+
0
−
0
View file @
f8ca659a
No preview for this file type
This diff is collapsed.
Click to expand it.
my_flask_app.py
+
0
−
1
View file @
f8ca659a
...
...
@@ -54,7 +54,6 @@ def experience():
# New route for the 'portfolio' page
@app.route
(
'
/portfolio
'
)
def
portfolio
():
# Add logic to fetch data related to the Portfolio section if needed
return
render_template
(
'
portfolio.html
'
)
# New route for the 'contact' page
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment