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
5cf8f459
Kaydet (Commit)
5cf8f459
authored
Mar 06, 2015
tarafından
saschalalala
Kaydeden (comit)
Tim Graham
Mar 11, 2015
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Simplified command to display path to Django source files.
Python 3 always returns an absolute path.
üst
3ed9c7bd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
+2
-6
tutorial02.txt
docs/intro/tutorial02.txt
+1
-5
install.txt
docs/topics/install.txt
+1
-1
No files found.
docs/intro/tutorial02.txt
Dosyayı görüntüle @
5cf8f459
...
...
@@ -530,11 +530,7 @@ template directory in the source code of Django itself
.. code-block:: console
$ python -c "
import sys
sys.path = sys.path[1:]
import django
print(django.__path__)"
$ python -c "import django; print(django.__path__)"
Then, just edit the file and replace
``{{ site_header|default:_('Django administration') }}`` (including the curly
...
...
docs/topics/install.txt
Dosyayı görüntüle @
5cf8f459
...
...
@@ -142,7 +142,7 @@ following at your shell prompt (not the interactive Python prompt):
.. code-block:: console
$ python -c "import
sys; sys.path = sys.path[1:]; import
django; print(django.__path__)"
$ python -c "import django; print(django.__path__)"
.. _install-django-code:
...
...
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