Save channels to the database
This commit is contained in:
parent
76891694d3
commit
48783fadc2
5 changed files with 162 additions and 5 deletions
|
|
@ -532,7 +532,8 @@ def dashboard(request: HttpRequest) -> HttpResponse:
|
|||
Prefetch(
|
||||
"time_based_drops",
|
||||
queryset=TimeBasedDrop.objects.prefetch_related("benefits"),
|
||||
)
|
||||
),
|
||||
"allow_channels",
|
||||
)
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue