-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is this project dead? #469
Comments
As this is linked directly from the FastAPI SQLAlchemy documentation, and labelled 'official', it would be great to see this project get some love. |
Any news? |
+1
+1 |
Hope not, but pull requests still opent since 2020. |
I've been searching around for a forked project that has been updated more recently. |
May you please share it here in case you find it? |
Unfortunately yup, I suppose it's kinda dead and tiangolo is obviously a busy man now. @mbnoimi There are probably much more by now, people are facing this very same issue for a long time. |
Sure- but it's mostly me manually updating it for my personal project use and then Frankensteining together various projects with recent updates. I haven't found one that is a build-ready mirror of this yet. |
Would love the location of a working build... |
To everyone: It is an open source project. |
I'd like to start using this for an internal project, but the fact it has gone un-loved for nearly 2 years worries me. If it is not being updated here, is it worth those of us who would like to continue using it - forking it to another project and implementing the pull requests there? Many hands make light work etc? |
I fully agree with this, however, thats what has been happening and no pull requests have been merged :( |
For those stumbling upon this GitHub issue hoping to find something along the lines of "what do I need to make this project work in September 2022?" I was able to get this project running on a macOS 12.5.1 machine by doing the following:
Of course the standard your milage may vary notice applies and I'm far from an expert on FastAPI or Python web servers. But this is what worked for me so hopefully this will save someone a couple hours of work/debugging. |
thanks for advice! |
@simonzen I was able to login to http://localhost/login via the username and password provided with |
Thanks for advice! I tried different login/passwords, but it didn't work. I think problem should be in flower or celery on my side (I added a lot of changes from prs from this project). UPDATE: it was dumb problem - needed to remove old docker postgres volume |
If anyone is looking for an updated version of this project, I've got a working fork here that I intend to maintain. I've updated the frontend and backend dependencies as much as possible, mainly focused on getting this template working without rewriting too much. In my fork I've:
A couple notes based on the PR activity in this repo:
|
Thanks for the work to put that together, @pyb4430! That seems like a promising fork. 🎉 |
Yeah, proper cracking job @pyb4430 ! |
One last thing I had to do to get your project running @pyb4430 , the backend keep crashing on me due to an error on this project, specifically:
within both the item.py and user.py models on the backend, noqa: F401 is attempting to provide us with autocompletion but breaks the whole backend, I had to change the following to get the backend running properly: backend/app/app/models/item.py, line 17
and backend/app/app/models/user.py, line 179
I can log in now and everything seems to work so far after changing those 2 files Edit: Ignore this as I'm so stupid |
Ah yep, just pushed a fix for that that'll keep mypy happy |
Legend! Thank you |
thanks :) |
Hello all! Nope, the project is not dead, in fact, I've been building stuff for it. I created SQLModel precisely to use it in this project, to simplify a lot of the code here. I also want to migrate Celery to ARQ, Vue to React with TypeScript and hooks, and the GitLab CI to GitHub Actions, and Docker Swarm to Kubernetes... Lots to do. But first, I need to finish and polish things in SQLModel, that's what's kept me from doing more stuff here, and it's what will have the biggest impact too. |
Omg - Thats sounds sooooo great. Thank you soooo much! |
Amazing! Thanks for all the open source you have done! |
Sounds really awesome! If it could also have |
I'm just pinging to see how far it has gone until now Keep up the good work 👍 |
Cool! GitlabCi to GH actions and docker sw to k8s its kinda obvious of me, but Celery to arq, and Vue to react + Typescript its not, what are the reasons behind? |
Any progress? |
@tiangolo There are too many issues and pull requests, which some may bring bug fixes already on the issue itself. I can help pointing those out, but it would require also some effort to the community to make some prior considerations, like organization, or even permission to join the collaborator staff. PS.: I was trying to perform something like yours here. |
Is it dead? not in a valid state/doesn't work when you run the project
The text was updated successfully, but these errors were encountered: