Fakultas Ilmu Komputer UI
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
PMPL
Collection of Practice
2019
1606821886-practice
Commits
74f53964
Commit
74f53964
authored
Nov 19, 2019
by
Farah Alhaniy
Browse files
Remove spikes code
parent
9720d5e9
Pipeline
#25391
passed with stages
in 7 minutes and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
superlists/urls.py
View file @
74f53964
...
...
@@ -15,11 +15,9 @@ Including another URLconf
"""
from
django.conf.urls
import
include
,
url
from
lists
import
views
as
list_views
from
lists
import
urls
as
list_urls
from
accounts
import
urls
as
accounts_urls
from
lists
import
urls
as
list_urls
urlpatterns
=
[
url
(
r
'^$'
,
list_views
.
home_page
,
name
=
'home'
),
url
(
r
'^lists/'
,
include
(
list_urls
)),
url
(
r
'^accounts/'
,
include
(
accounts_urls
)),
url
(
r
'^lists/'
,
include
(
list_urls
))
]
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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