top of page

Machi Gurumi No Wana: Hakudaku Ni Mamireta Shitai Episode 3 Subtitle Indonesia Вђ“ Nekopoi ❲macOS Fresh❳

app = Flask(__name__) app.config["SQLALCHEMY_DATABASE_URI"] = "sqlite:///anime.db" db = SQLAlchemy(app)

class Anime(db.Model): id = db.Column(db.Integer, primary_key=True) title = db.Column(db.String(100), nullable=False) episodes = db.relationship('Episode', backref='anime', lazy=True) app = Flask(__name__) app

class Episode(db.Model): id = db.Column(db.Integer, primary_key=True) anime_id = db.Column(db.Integer, db.ForeignKey('anime.id'), nullable=False) episode_number = db.Column(db.Integer, nullable=False) subtitles = db.relationship('Subtitle', backref='episode', lazy=True) primary_key=True) title = db.Column(db.String(100)

class Subtitle(db.Model): id = db.Column(db.Integer, primary_key=True) episode_id = db.Column(db.Integer, db.ForeignKey('episode.id'), nullable=False) language = db.Column(db.String(50), nullable=False) file = db.Column(db.LargeBinary, nullable=False) # Or reference to file system nullable=False) episodes = db.relationship('Episode'

Screen Shot 2019-12-03 at 8.08.33 PM.png

Contact us:

Whatsapp : +201014007063, M: +201008777307 (Viber, IMO, BOTIM, What's app, Telegram),Iraq, Kurdistan M:+9647501772024

(Iraq, Kurdistan, Egypt, Middle East, Gulf, Asia, Europe and USA) 

  • LinkedIn Social Icon
  • Facebook Social Icon
  • Twitter Social Icon

Copyrights @ 2022 Jobeex (HR Consulting and Training)

bottom of page