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
c0166255
Commit
c0166255
authored
Mar 06, 2020
by
martin0726
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed a few syntax errors
parent
9d8506c0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
urls.py
Lab1/heroes/urls.py
+4
-4
urls.cpython-37.pyc
Lab1/willowisp/__pycache__/urls.cpython-37.pyc
+0
-0
No files found.
Lab1/heroes/urls.py
View file @
c0166255
...
@@ -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'^heroes
/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 @
c0166255
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