On colab/home/views.py: def dashboard(request): """Dashboard page""" highest_score_threads = [] #Thread.highest_score.all() all_threads = [] #Thread.objects.all() Figure out some way of doing the same with plugin
On colab/home/views.py:
def dashboard(request):
"""Dashboard page"""
highest_score_threads = [] #Thread.highest_score.all()
all_threads = [] #Thread.objects.all()
Figure out some way of doing the same with plugin