obytes / FastQL

⚙️ Full stack, Modern Web Application Generator. ✨ Using FastAPI, GraphQL, PostgreSQL as database, Docker, automatic HTTPS and more. 🔖
https://www.obytes.com/blog/getting-started-with-graphql-in-python-with-fastapi-&-ariadne
MIT License
131 stars 20 forks source link

alembic: error: too few arguments #64

Open ciekawy opened 2 years ago

ciekawy commented 2 years ago

I tried to check out and run the recent version and the main container fails to start with:

fastql-fastql-1     | usage: alembic [-h] [--version] [-c CONFIG] [-n NAME] [-x X] [--raiseerr]
fastql-fastql-1     |                {branches,current,downgrade,edit,ensure_version,heads,history,init,list_templates,merge,revision,show,stamp,upgrade}
fastql-fastql-1     |                ...
fastql-fastql-1     | alembic: error: too few arguments

I want to add I'm happy I found this project being new to python (as I'd like to do some ML stuff). It covers all I was looking for - GraphQL lightweight playground wrapped into docker, not to mention poetry dependency management and more...

With a bit of experience I'd certainly would open some PRs but now I just did some workarounds to be able to build and run (there are apparently a few more things to get all working - I can create tickets for other stuff too)

BenisonSam commented 8 months ago

Any updates on this error?