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 30846b7 commit b62f015Copy full SHA for b62f015
project_name/settings.py-tpl
@@ -76,7 +76,7 @@ WSGI_APPLICATION = '{{ project_name }}.wsgi.application'
76
# https://docs.djangoproject.com/en/{{ docs_version }}/ref/settings/#databases
77
78
DATABASES = {}
79
-DATABASES["default"] = django_mongodb.parse_uri("mongodb://localhost/{{ project_name }}")
+DATABASES["default"] = django_mongodb.parse_uri("mongodb://localhost:27017/{{ project_name }}")
80
81
# Password validation
82
# https://docs.djangoproject.com/en/{{ docs_version }}/ref/settings/#auth-password-validators
0 commit comments