PythonNest / PyNest

PyNest is a Python framework built on top of FastAPI that follows the modular architecture of NestJS
https://pythonnest.github.io/PyNest
MIT License
643 stars 45 forks source link

config.create_all() with mongodb error #20

Closed IvanHernanzC closed 7 months ago

IvanHernanzC commented 7 months ago

Hi,

I am trying to carry out a proof of concept with your wonderful framework and mongodb and when I try to run it it gives me the following error/warning:

app.py:14: RuntimeWarning: coroutine 'OdmService.create_all' was never awaited config.create_all() RuntimeWarning: Enable tracemalloc to get the object allocation traceback

IvanHernanzC commented 7 months ago

Error mio, disculparme.