-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Flask-mongoengine fix for Tumblelog/Flask/MongoEngine tutorial #587
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…engine.txt Updated app.config to reflect changes in flask-mongoengine; it now expects a "MONGODB_SETTINGS" dict (MongoEngine/flask-mongoengine@352670e). While there is a fallback, I suspect it may be broken, and the new way is just better.
Thanks for this catch. I'll get it merged in as soon as possible, but if you could sign the Cheers, |
Done. |
Thanks! Merged! On Monday, January 28 2013, 18:23:32, daemonburrito wrote:
Sam Kleinman (@tychoish) |
mongo-cr-bot
pushed a commit
that referenced
this pull request
Feb 10, 2022
* DOCSP-10709 adjusting compass insert docs so they work * fix id:compass * fix qty double quotes * remove Currently, MongoDB Compass multiple document verbiage * fix documents * update documents * fix * fixing agg framework references for build errors * add compass tab to driver-example-insert-3.rst
mongodb-server-docs-sync-bot bot
pushed a commit
that referenced
this pull request
May 22, 2025
* DOCSP-44803--pause-or-crash-behavior * DOCSP-44803-pause-and-crash-behavior * DOCSP-44803-pause-and-crash-behavior * DOCSP-44803-pause-and-crash-behavior * DOCSP-44803-pause-and-crash-behavior * DOCSP-44803-pause-and-crash-behavior * DOCSP-44803 copy edit * DOCSP-44803 copy edit * DOCSP-44803 copy edit * DOCSP-44803 tech edits (cherry picked from commit a7ba507)
mongodb-server-docs-sync-bot bot
pushed a commit
that referenced
this pull request
Jun 9, 2025
* DOCSP-35033 Fix Compass GAI Version * *
mongodb-server-docs-sync-bot bot
pushed a commit
that referenced
this pull request
Jun 23, 2025
Co-authored-by: kanchana-mongodb <[email protected]>
mongodb-server-docs-sync-bot bot
pushed a commit
that referenced
this pull request
Jul 25, 2025
* unsatisfiedlinkerror fix * fix patch number
mongodb-server-docs-sync-bot bot
pushed a commit
that referenced
this pull request
Jul 28, 2025
* (DOCSP-7885): added C connection code * added count_document to c example * added collection.destroy to prevent leak on clang x509 snip * (DOCSP-7885): updated c snippet to address comments * updated c code with proper formatting using clang-format -style=file -i * update error and move variable declorations to top
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updated app.config to reflect changes in flask-mongoengine; it now expects a "MONGODB_SETTINGS" dict (MongoEngine/flask-mongoengine@352670e).
While there is a fallback, I suspect it may be broken, and the new way is just better.