mirror of
https://gitlab.science.ru.nl/technicie/MarietjeDjango.git
synced 2025-12-10 10:12:21 +01:00
Song reporting and user stats
This commit is contained in:
committed by
Daan Sprenkels
parent
0c1f9cb08d
commit
f6fcc63450
@ -1,9 +1,12 @@
|
||||
import time
|
||||
|
||||
from django.db import models
|
||||
from django.db.models import Q, Max
|
||||
from django.conf import settings
|
||||
from songs.models import Song
|
||||
from django.utils import timezone
|
||||
|
||||
from songs.models import Song
|
||||
|
||||
|
||||
class Playlist(models.Model):
|
||||
def __str__(self):
|
||||
|
||||
@ -15,6 +15,7 @@
|
||||
<th>Title</th>
|
||||
<th>Uploader</th>
|
||||
<th style="text-align: right;">Length</th>
|
||||
<th>Report</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="2"><input id="search-all" class="search-input" type="text"></th>
|
||||
|
||||
Reference in New Issue
Block a user