implement report feature
This commit is contained in:
parent
4218ee6b7d
commit
d6d47f714a
31 changed files with 2472 additions and 8 deletions
|
@ -14,6 +14,7 @@ urlpatterns = [
|
|||
path("export/", include("export.urls")),
|
||||
# Admin
|
||||
path("admin/", admin.site.urls),
|
||||
path("admin/reports/", include("reports.urls", namespace="reports")),
|
||||
# Allauth
|
||||
path("accounts/", include("allauth.urls")),
|
||||
# CKEditor 5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue