Skip to content
Merged
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions {{cookiecutter.project_slug}}/backend/app/app/db/init_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
from app.core import config
from app.models.user import UserCreate

from .base import * # noqa
Comment thread
tiangolo marked this conversation as resolved.
Outdated


def init_db(db_session):
# Tables should be created with Alembic migrations
Expand Down