Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
neilocampo_music
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Christianneil Emmanuel Ocampo
neilocampo_music
Commits
25d1c3fc
Commit
25d1c3fc
authored
Feb 13, 2023
by
Christianneil Emmanuel Ocampo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added final prompts for all apps
parent
ff80188d
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
2 deletions
+8
-2
views.cpython-39.pyc
neilocampo_music/about/__pycache__/views.cpython-39.pyc
+0
-0
views.py
neilocampo_music/about/views.py
+5
-1
views.cpython-39.pyc
neilocampo_music/contact/__pycache__/views.cpython-39.pyc
+0
-0
views.py
neilocampo_music/contact/views.py
+3
-1
No files found.
neilocampo_music/about/__pycache__/views.cpython-39.pyc
View file @
25d1c3fc
No preview for this file type
neilocampo_music/about/views.py
View file @
25d1c3fc
...
...
@@ -2,4 +2,8 @@ from django.shortcuts import render
from
django.http
import
HttpResponse
def
index
(
request
):
return
HttpResponse
(
'Mahilig ako kay Nicki M'
)
return
HttpResponse
(
'''I am Neil Ocampo, and my music taste varies a lot. However, I generally listen to two main genres
which<br> are Pop Music and OPM Songs! <br><br>
For Pop Music, the artists I listen to on a daily are:<br> Nicki Minaj,<br> Ariana Grande,<br> Lizzo,<br> and Dojacat.<br><br>
Meanwhile, the OPM artists that I love listening to are:<br> Ben&Ben,<br>Moira Dela Torre,<br> and The Itchyworms.'''
)
neilocampo_music/contact/__pycache__/views.cpython-39.pyc
View file @
25d1c3fc
No preview for this file type
neilocampo_music/contact/views.py
View file @
25d1c3fc
...
...
@@ -2,4 +2,6 @@ from django.shortcuts import render
from
django.http
import
HttpResponse
def
index
(
request
):
return
HttpResponse
(
'23848932874'
)
\ No newline at end of file
return
HttpResponse
(
'''Name: Christianneil Emmanuel Ocampo<br>
email: christianneil.ocampo@gmail.com<br>
phone number: 0917 302 4674'''
)
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment