Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
D
django
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
django
Commits
f7142b61
Kaydet (Commit)
f7142b61
authored
Eyl 01, 2012
tarafından
Tim Graham
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed #9920 - Clarfied empty string vs. localhost in settings database host.
Thanks chromano for the draft patch.
üst
e376558e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
settings.py
django/conf/project_template/project_name/settings.py
+5
-4
No files found.
django/conf/project_template/project_name/settings.py
Dosyayı görüntüle @
f7142b61
...
@@ -13,10 +13,11 @@ DATABASES = {
...
@@ -13,10 +13,11 @@ DATABASES = {
'default'
:
{
'default'
:
{
'ENGINE'
:
'django.db.backends.'
,
# Add 'postgresql_psycopg2', 'mysql', 'sqlite3' or 'oracle'.
'ENGINE'
:
'django.db.backends.'
,
# Add 'postgresql_psycopg2', 'mysql', 'sqlite3' or 'oracle'.
'NAME'
:
''
,
# Or path to database file if using sqlite3.
'NAME'
:
''
,
# Or path to database file if using sqlite3.
'USER'
:
''
,
# Not used with sqlite3.
# The following settings are not used with sqlite3:
'PASSWORD'
:
''
,
# Not used with sqlite3.
'USER'
:
''
,
'HOST'
:
''
,
# Set to empty string for localhost. Not used with sqlite3.
'PASSWORD'
:
''
,
'PORT'
:
''
,
# Set to empty string for default. Not used with sqlite3.
'HOST'
:
''
,
# Empty for localhost through domain sockets or '127.0.0.1' for localhost through TCP.
'PORT'
:
''
,
# Set to empty string for default.
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment