ajout fichiers manquant
This commit is contained in:
11
collabs/urls.py
Normal file
11
collabs/urls.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from django.urls import path
|
||||
|
||||
|
||||
from . import views
|
||||
|
||||
app_name = "collabs"
|
||||
urlpatterns = [
|
||||
path('export/<year>/<month>', views.ExportView.as_view(), name='detail'),
|
||||
|
||||
]
|
||||
|
Reference in New Issue
Block a user