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
5ce6a7ce
Kaydet (Commit)
5ce6a7ce
authored
Şub 10, 2013
tarafından
Tim Graham
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Updated tutorial 1 to reflect changes in default project template.
Thanks JonLoy for the patch.
üst
8fbc20b2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
11 deletions
+4
-11
tutorial01.txt
docs/intro/tutorial01.txt
+4
-11
No files found.
docs/intro/tutorial01.txt
Dosyayı görüntüle @
5ce6a7ce
...
@@ -203,18 +203,11 @@ settings:
...
@@ -203,18 +203,11 @@ settings:
* :setting:`NAME` -- The name of your database. If you're using SQLite, the
* :setting:`NAME` -- The name of your database. If you're using SQLite, the
database will be a file on your computer; in that case, :setting:`NAME`
database will be a file on your computer; in that case, :setting:`NAME`
should be the full absolute path, including filename, of that file. When
should be the full absolute path, including filename, of that file. The
specifying the path, always use forward slashes, even on Windows (e.g.
default value, ``os.path.join(BASE_DIR, 'db.sqlite3')``, will store the file
``C:/homes/user/mysite/sqlite3.db``).
in your project directory.
* :setting:`USER` -- Your database username (not used for SQLite).
* :setting:`PASSWORD` -- Your database password (not used for SQLite).
* :setting:`HOST` -- The host your database is on (not used for SQLite).
Leave this as an empty string (or possibly ``127.0.0.1``) if your
database server is on the same physical machine .
If you are not using SQLite as your database, additional settings such as :setting:`USER`, :setting:`PASSWORD`, :setting:`HOST` must be added.
For more details, see the reference documentation for :setting:`DATABASES`.
For more details, see the reference documentation for :setting:`DATABASES`.
.. note::
.. note::
...
...
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