mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-07-11 15:22:55 +02:00
feat: add calendar view
This commit is contained in:
@@ -71,6 +71,7 @@ INSTALLED_APPS = [
|
|||||||
"drf_spectacular",
|
"drf_spectacular",
|
||||||
"django_cotton",
|
"django_cotton",
|
||||||
"apps.rules.apps.RulesConfig",
|
"apps.rules.apps.RulesConfig",
|
||||||
|
"apps.calendar_view.apps.CalendarViewConfig",
|
||||||
]
|
]
|
||||||
|
|
||||||
MIDDLEWARE = [
|
MIDDLEWARE = [
|
||||||
|
|||||||
@@ -44,4 +44,5 @@ urlpatterns = [
|
|||||||
path("", include("apps.yearly_overview.urls")),
|
path("", include("apps.yearly_overview.urls")),
|
||||||
path("", include("apps.currencies.urls")),
|
path("", include("apps.currencies.urls")),
|
||||||
path("", include("apps.rules.urls")),
|
path("", include("apps.rules.urls")),
|
||||||
|
path("", include("apps.calendar_view.urls")),
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user