Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
feudal
feudalBackend
Commits
b6f9cb88
Commit
b6f9cb88
authored
Jan 29, 2020
by
Lukas Burgey
Browse files
Make feudal.backend.urls the root url conf
parent
d60602ec
Changes
2
Hide whitespace changes
Inline
Side-by-side
feudal/backend/urls.py
View file @
b6f9cb88
...
...
@@ -8,8 +8,7 @@ from .views.rest import HelpView
from
.auth.v1.urls
import
URLPATTERNS
as
auth_urls
URLPATTERNS
=
[
urlpatterns
=
[
path
(
'client/'
,
include
(
clientapi_urls
)),
path
(
'webpage/'
,
include
(
webpage_urls
)),
...
...
feudal/urls.py
deleted
100644 → 0
View file @
d60602ec
from
django.conf.urls
import
include
,
url
from
.backend
import
urls
# pylint: disable=invalid-name
urlpatterns
=
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