add notes app
This commit is contained in:
parent
acb398be1c
commit
a29376b3c5
38 changed files with 1720 additions and 45 deletions
|
@ -85,6 +85,7 @@ INSTALLED_APPS = [
|
|||
"contact",
|
||||
"costs",
|
||||
"export",
|
||||
"notizen",
|
||||
"reports",
|
||||
"sendemail",
|
||||
]
|
||||
|
|
|
@ -12,6 +12,7 @@ urlpatterns = [
|
|||
path("contacts/", include("contact.urls")),
|
||||
path("costs/", include("costs.urls")),
|
||||
path("export/", include("export.urls")),
|
||||
path("notizen/", include("notizen.urls")),
|
||||
# Admin
|
||||
path("admin/", admin.site.urls),
|
||||
path("admin/reports/", include("reports.urls", namespace="reports")),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue