Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
Lab1_183944_Puache
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
Puache
Lab1_183944_Puache
Commits
3e56770f
Commit
3e56770f
authored
Mar 07, 2020
by
martin0726
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added the images in the template folder
parent
0295d65c
Changes
8
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
3 additions
and
3 deletions
+3
-3
geckodriver
Lab1/geckodriver
+0
-0
urls.cpython-37.pyc
Lab1/heroes/__pycache__/urls.cpython-37.pyc
+0
-0
views.cpython-37.pyc
Lab1/heroes/__pycache__/views.cpython-37.pyc
+0
-0
cloud.png
Lab1/heroes/templates/cloud.png
+0
-0
jester.png
Lab1/heroes/templates/jester.png
+0
-0
sunflowey.png
Lab1/heroes/templates/sunflowey.png
+0
-0
urls.py
Lab1/heroes/urls.py
+3
-3
urls.cpython-37.pyc
Lab1/willowisp/__pycache__/urls.cpython-37.pyc
+0
-0
No files found.
Lab1/geckodriver
0 → 100644
View file @
3e56770f
Lab1/heroes/__pycache__/urls.cpython-37.pyc
0 → 100644
View file @
3e56770f
File added
Lab1/heroes/__pycache__/views.cpython-37.pyc
0 → 100644
View file @
3e56770f
File added
Lab1/heroes/templates/cloud.png
0 → 100644
View file @
3e56770f
6.92 KB
Lab1/heroes/templates/jester.png
0 → 100644
View file @
3e56770f
66.3 KB
Lab1/heroes/templates/sunflowey.png
0 → 100644
View file @
3e56770f
13.9 KB
Lab1/heroes/urls.py
View file @
3e56770f
...
@@ -3,8 +3,8 @@ from django.conf.urls import url
...
@@ -3,8 +3,8 @@ from django.conf.urls import url
from
.views
import
HeroesView
,
CloudView
,
SunfloweyView
,
JesterView
from
.views
import
HeroesView
,
CloudView
,
SunfloweyView
,
JesterView
urlpatterns
=
[
urlpatterns
=
[
url
(
r'^heroes
/
$'
,
HeroesView
.
as_view
(),
name
=
'heroes_show'
),
url
(
r'^heroes$'
,
HeroesView
.
as_view
(),
name
=
'heroes_show'
),
url
(
r'^hero/cloud$'
,
CloudView
.
as_view
(),
name
=
'cloud_show'
),
url
(
r'^hero/cloud$'
,
CloudView
.
as_view
(),
name
=
'cloud_show'
),
url
(
r'^hero/sunflowey$'
,
SunfloweyView
.
as_view
(),
name
=
'sunflowey_show'
)
url
(
r'^hero/sunflowey$'
,
SunfloweyView
.
as_view
(),
name
=
'sunflowey_show'
)
,
url
(
r'^hero/jester$'
,
JesterView
.
as_view
(),
name
=
'jester_show'
)
url
(
r'^hero/jester$'
,
JesterView
.
as_view
(),
name
=
'jester_show'
)
,
]
]
\ No newline at end of file
Lab1/willowisp/__pycache__/urls.cpython-37.pyc
View file @
3e56770f
No preview for this file type
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