OzodbekUSTECH
Results
2
issues of
OzodbekUSTECH
**Describe the bug** I am deploying fastapi project via coolify and docker. Everything works except for statics, as if nginx cant find statics. I tried different ways and found one...
bug
I gotta problem with crud of a model. Help please. I cant even create user ( ```python class Book(BaseTable): __tablename__ = "books" title: Mapped[str] description: Mapped[str] = mapped_column(Text) @register(Book, sqlalchemy_sessionmaker=session_maker)...