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
bbe818b2
Kaydet (Commit)
bbe818b2
authored
Nis 20, 2014
tarafından
Aymeric Augustin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Changed paths in docs that referred to Python 2.
üst
1b3a3fc1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
modwsgi.txt
docs/howto/deployment/wsgi/modwsgi.txt
+2
-2
applications.txt
docs/ref/applications.txt
+1
-1
gdal.txt
docs/ref/contrib/gis/gdal.txt
+1
-1
No files found.
docs/howto/deployment/wsgi/modwsgi.txt
Dosyayı görüntüle @
bbe818b2
...
...
@@ -79,10 +79,10 @@ if using a UNIX-like system, or a semicolon (``;``) if using Windows. If any
part of a directory path contains a space character, the complete argument
string to ``WSGIPythonPath`` must be quoted::
WSGIPythonPath /path/to/mysite.com:/path/to/your/venv/lib/python
2
.X/site-packages
WSGIPythonPath /path/to/mysite.com:/path/to/your/venv/lib/python
3
.X/site-packages
Make sure you give the correct path to your virtualenv, and replace
``python
2.X`` with the correct Python version (e.g. ``python2.7
``).
``python
3.X`` with the correct Python version (e.g. ``python3.4
``).
.. _virtualenv: http://www.virtualenv.org
...
...
docs/ref/applications.txt
Dosyayı görüntüle @
bbe818b2
...
...
@@ -172,7 +172,7 @@ Configurable attributes
.. attribute:: AppConfig.path
Filesystem path to the application directory, e.g.
``'/usr/lib/python
2.7
/dist-packages/django/contrib/admin'``.
``'/usr/lib/python
3.4
/dist-packages/django/contrib/admin'``.
In most cases, Django can automatically detect and set this, but you can
also provide an explicit override as a class attribute on your
...
...
docs/ref/contrib/gis/gdal.txt
Dosyayı görüntüle @
bbe818b2
...
...
@@ -80,7 +80,7 @@ each feature in that layer.
>>> from django.contrib.gis.gdal import DataSource
>>> ds = DataSource(CITIES_PATH)
>>> ds.name # The exact filename may be different on your computer
'/usr/local/lib/python
2.7
/site-packages/django/contrib/gis/tests/data/cities/cities.shp'
'/usr/local/lib/python
3.4
/site-packages/django/contrib/gis/tests/data/cities/cities.shp'
>>> ds.layer_count # This file only contains one layer
1
...
...
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