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
Georges Gressot
eplouribounistra
Commits
0b46d6c3
Commit
0b46d6c3
authored
May 25, 2021
by
Georges Gressot
💬
Browse files
trying ...
parent
f59e359a
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
eplouribousse/apps/epl/views.py
View file @
0b46d6c3
This diff is collapsed.
Click to expand it.
eplouribousse/urls.py
View file @
0b46d6c3
...
...
@@ -19,7 +19,9 @@ from django.urls import include, path
urlpatterns
=
[
#path('', include(('eplouribousse.apps.epl.urls', 'epl'), namespace='epl')),
path
(
''
,
include
(
'eplouribousse.apps.epl.urls'
)),
path
(
'admin/'
,
admin
.
site
.
urls
),
path
(
'eplone/admin/'
,
admin
.
site
.
urls
),
path
(
'epltwo/admin/'
,
admin
.
site
.
urls
),
path
(
'eplthree/admin/'
,
admin
.
site
.
urls
),
path
(
'accounts/'
,
include
(
'django.contrib.auth.urls'
)),
path
(
'i18n/'
,
include
(
'django.conf.urls.i18n'
)),
]
Write
Preview
Supports
Markdown
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