mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: support subscriptions and onetime payments w/ webhooks
This commit is contained in:
parent
1bff401e73
commit
b7f09885df
6 changed files with 94 additions and 201 deletions
|
|
@ -1,10 +1,9 @@
|
|||
import logging
|
||||
import os
|
||||
import importlib
|
||||
from typing import Optional
|
||||
from config.config import get_learnhouse_config
|
||||
from fastapi import FastAPI
|
||||
from sqlmodel import Field, SQLModel, Session, create_engine
|
||||
from sqlmodel import SQLModel, Session, create_engine
|
||||
|
||||
def import_all_models():
|
||||
base_dir = 'src/db'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue