Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pierre-antoine Comby
winaps-server
Commits
5d9d8bbc
Commit
5d9d8bbc
authored
May 23, 2019
by
Pierre-antoine Comby
Browse files
django 2.0 urls
parent
ac75bde0
Changes
1
Hide whitespace changes
Inline
Side-by-side
winaps/urls.py
View file @
5d9d8bbc
...
...
@@ -19,8 +19,7 @@ from . import views
urlpatterns
=
[
path
(
''
,
views
.
index
),
re_path
(
'^send\/\?.+$'
,
views
.
receive
,
name
=
'POST request'
),
path
(
'maps/'
,
include
(
'maps.urls'
)),
path
(
'maps/'
,
include
(
'maps.urls'
,
namespace
=
"network_topology"
)),
path
(
'admin/doc/'
,
include
(
'django.contrib.admindocs.urls'
)),
path
(
'admin/'
,
admin
.
site
.
urls
),
]
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