We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e47b3ec commit 48cf78fCopy full SHA for 48cf78f
app/ch16_mongodb/final/pypi_org/nosql/mongo_setup.py
@@ -3,7 +3,7 @@
3
import mongoengine
4
5
6
-def global_init(user=None, password=None, port=27017, server='localhost', use_ssl=True, db_name='pypi-flask-data-driven'):
+def global_init(user=None, password=None, port=27017, server='localhost', use_ssl=True, db_name='pypi'):
7
if user or password:
8
# noinspection PyUnresolvedReferences
9
data = dict(
0 commit comments