mirror of
https://github.com/StepanovPlaton/torrent_backend.git
synced 2026-04-03 20:30:38 +04:00
Update database architecture. Add genres and actors
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
from .games import Game as Game
|
||||
from .game_genres import GameGenre as GameGenre
|
||||
|
||||
from .movies import Movie as Movie
|
||||
from .movie_genres import MovieGenre as MovieGenre
|
||||
from .movie_actors import MovieActor as MovieActor
|
||||
|
||||
from .audiobooks import Audiobook as Audiobook
|
||||
from .audiobook_genres import AudiobookGenre as AudiobookGenre
|
||||
|
||||
from .users import User as User
|
||||
|
||||
Reference in New Issue
Block a user