Implement Chzzk campaign management features, including models, views, and templates
Some checks failed
Deploy to Server / deploy (push) Failing after 9s
Some checks failed
Deploy to Server / deploy (push) Failing after 9s
This commit is contained in:
parent
677aedf42b
commit
9ce324fd2d
12 changed files with 594 additions and 164 deletions
|
|
@ -49,6 +49,8 @@ urlpatterns: list[URLPattern | URLResolver] = [
|
|||
path(route="twitch/", view=include("twitch.urls", namespace="twitch")),
|
||||
# Kick app
|
||||
path(route="kick/", view=include("kick.urls", namespace="kick")),
|
||||
# Chzzk app
|
||||
path(route="chzzk/", view=include("chzzk.urls", namespace="chzzk")),
|
||||
# YouTube app
|
||||
path(route="youtube/", view=include("youtube.urls", namespace="youtube")),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue