Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CSCI40_Lab01_Willowisp
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
Ana Gabrielle S. Caligagan
CSCI40_Lab01_Willowisp
Commits
c362a7c8
Commit
c362a7c8
authored
Mar 06, 2020
by
Ana Gabrielle S. Caligagan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct misspelling of sunflowey in urls.py-heroes.
parent
4f3ff0b1
Pipeline
#829
canceled with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
urls.cpython-37.pyc
heroes/__pycache__/urls.cpython-37.pyc
+0
-0
urls.py
heroes/urls.py
+1
-1
No files found.
heroes/__pycache__/urls.cpython-37.pyc
View file @
c362a7c8
No preview for this file type
heroes/urls.py
View file @
c362a7c8
from
django.conf.urls
import
urls
from
.views
import
HomeListView
,
CloudDetailView
,
JesterDetailView
,
SunfloweDetailView
from
.views
import
HomeListView
,
CloudDetailView
,
JesterDetailView
,
Sunflowe
y
DetailView
urlpatterns
=
[
url
(
r'^$'
,
HomeListView
.
as_view
(),
name
=
'home'
),
...
...
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