Update database architecture. Add genres and actors

This commit is contained in:
2024-06-23 19:42:40 +04:00
parent 7b2f270913
commit fc3bcc343d
18 changed files with 220 additions and 12 deletions

View File

@@ -1,4 +1,11 @@
from .games import *
from .game_genres import *
from .movies import *
from .movie_genres import *
from .movie_actors import *
from .audiobooks import *
from .audiobook_genres import *
from .users import *