sort files by creation date

This commit is contained in:
geoffrey45
2022-03-02 15:12:13 +03:00
parent 59646ce7f1
commit 6931cd926c
4 changed files with 77 additions and 15 deletions
+2
View File
@@ -1,5 +1,7 @@
from app.models import AllSongs
from app.models import Artists
from app.models import TrackColors
songs_instance = AllSongs()
artist_instance = Artists()
track_color_instance = TrackColors()