mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
add navbar and new logo
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
from app.models import AllSongs
|
||||
from app.models import Artists
|
||||
from app.models import TrackColors
|
||||
from app.models import AllSongs, Artists, TrackColors, Albums
|
||||
|
||||
songs_instance = AllSongs()
|
||||
artist_instance = Artists()
|
||||
track_color_instance = TrackColors()
|
||||
track_color_instance = TrackColors()
|
||||
album_instance = Albums()
|
||||
|
||||
Reference in New Issue
Block a user