-
Notifications
You must be signed in to change notification settings - Fork 33
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
A problem when I insert the root #82
Comments
i have the same problem, it's cause by sqlalchemy version is too high, you can follow this way |
hey, |
the code last update time is 2019, It's been a long time since no one has been maintaining it, there is no way to solve this problem |
Yes, but I saw there is a pr for that still waiting for validation |
Do you know if there is other maintained lib providing tree structure management ? |
@corentinclichy , if you want to use pr just install sqlalchemy_mptt from pr's branch: In requirements.txt it will look like: |
@tszyan Are you sure that its ok to do that ? seems pretty risky to take deps from a pr IMO Do you know other lib that provides same feature for sqlalchemy ? |
@corentinclichy you can always create your fork and apply the changes from the pr in your fork. The library doesn't seem too complex to maintain it in a personal repo. |
when I try to insert the root node in flask shell, there is something wrong happened
and my python code is here
and my python package is here
I can't figure out where is problem is, did that because the version of Flask-SQLAlchemy?
The text was updated successfully, but these errors were encountered: