Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cmt120-2
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Felix Chadwick-Smith
cmt120-2
Compare revisions
b29906a0d8703dd9f20f90d3c0bf0dba3ea3cd8c to f8ca659a4ed510d4e5e0e3bb2c2eaf78800d9b88
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
Chadwick-SmithFF/cmt120-2
Select target project
No results found
f8ca659a4ed510d4e5e0e3bb2c2eaf78800d9b88
Select Git revision
Branches
main
Swap
Target
Chadwick-SmithFF/cmt120-2
Select target project
Chadwick-SmithFF/cmt120-2
1 result
b29906a0d8703dd9f20f90d3c0bf0dba3ea3cd8c
Select Git revision
Branches
main
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
tided up
· b85cbd2d
Felix Chadwick-Smith
authored
1 year ago
b85cbd2d
Merge branch 'master' into 'main'
· f8ca659a
Felix Chadwick-Smith
authored
1 year ago
tided up See merge request
!33
f8ca659a
Hide 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
View file @
f8ca659a
No preview for this file type
This diff is collapsed.
Click to expand it.
instance/site.db
View file @
f8ca659a
No preview for this file type
This diff is collapsed.
Click to expand it.
my_flask_app.py
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.