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
ef3fddf2
Kaydet (Commit)
ef3fddf2
authored
Tem 07, 2013
tarafından
SusanTan
Kaydeden (comit)
Tim Graham
Tem 09, 2013
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed #18261 -- Clarified 'project root directory'
üst
95eb68c9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
tutorial01.txt
docs/intro/tutorial01.txt
+2
-2
translation.txt
docs/topics/i18n/translation.txt
+3
-2
No files found.
docs/intro/tutorial01.txt
Dosyayı görüntüle @
ef3fddf2
...
...
@@ -99,7 +99,7 @@ Let's look at what :djadmin:`startproject` created::
These files are:
* The outer :file:`mysite/` directory is just a container for your
* The outer :file:`mysite/`
root
directory is just a container for your
project. Its name doesn't matter to Django; you can rename it to anything
you like.
...
...
@@ -109,7 +109,7 @@ These files are:
* The inner :file:`mysite/` directory is the actual Python package for your
project. Its name is the Python package name you'll need to use to import
anything inside it (e.g. ``
import mysite.setting
s``).
anything inside it (e.g. ``
mysite.url
s``).
* :file:`mysite/__init__.py`: An empty file that tells Python that this
directory should be considered a Python package. (Read `more about
...
...
docs/topics/i18n/translation.txt
Dosyayı görüntüle @
ef3fddf2
...
...
@@ -1238,8 +1238,9 @@ German.
The script should be run from one of two places:
* The root directory of your Django project.
* The root directory of your Django app.
* The root directory of your Django project (the one that contains
``manage.py``).
* The root directory of one of your Django apps.
The script runs over your project source tree or your application source tree
and pulls out all strings marked for translation (see
...
...
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