Compare commits
2 Commits
5221df2854
...
681dbb8be4
Author | SHA1 | Date | |
---|---|---|---|
681dbb8be4 | |||
57ff42fcf9 |
@ -17,6 +17,7 @@ from django.contrib import admin
|
|||||||
from django.urls import include, path
|
from django.urls import include, path
|
||||||
|
|
||||||
urlpatterns = [
|
urlpatterns = [
|
||||||
|
path('', include('recherche.urls')),
|
||||||
path('recherche/', include('recherche.urls')),
|
path('recherche/', include('recherche.urls')),
|
||||||
path('admin/', admin.site.urls),
|
path('admin/', admin.site.urls),
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user