dfc242084e
with docker compose file nextjs something something also includes migrations
7 lines
127 B
Python
7 lines
127 B
Python
from .track import *
|
|
from .artist import *
|
|
from .user import *
|
|
from .album import *
|
|
from .profile import *
|
|
from .vote import *
|