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
f5af68ba
Kaydet (Commit)
f5af68ba
authored
Ara 05, 2015
tarafından
Tim Graham
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Refs #25584 -- Corrected note about source of SyntaxErrors when installing Django 1.9.
üst
d638cdc4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
9 deletions
+10
-9
1.9.txt
docs/releases/1.9.txt
+7
-6
install.txt
docs/topics/install.txt
+3
-3
No files found.
docs/releases/1.9.txt
Dosyayı görüntüle @
f5af68ba
...
...
@@ -1012,12 +1012,12 @@ a Django application with this structure::
jquery.js
jquery.min.js
.. _syntax-error-old-
pip
-django-19:
.. _syntax-error-old-
setuptools
-django-19:
``SyntaxError`` when installing Django
with pip ≤ 1.5.6
``SyntaxError`` when installing Django
setuptools 5.5.x
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
When installing Django 1.9+ with
pip ≤ 1.5.6
, you'll see::
When installing Django 1.9+ with
setuptools 5.5.x
, you'll see::
Compiling django/conf/app_template/apps.py ...
File "django/conf/app_template/apps.py", line 4
...
...
@@ -1031,9 +1031,10 @@ When installing Django 1.9+ with pip ≤ 1.5.6, you'll see::
^
SyntaxError: invalid syntax
It's safe to ignore these errors (Django will still install just fine), and you
can avoid them by upgrading pip to a more recent version using
``pip install -U pip``.
It's safe to ignore these errors (Django will still install just fine), but you
can avoid them by upgrading setuptools to a more recent version. If you're
using pip, you can upgrade pip using ``pip install -U pip`` which will also
upgrade setuptools.
Miscellaneous
~~~~~~~~~~~~~
...
...
docs/topics/install.txt
Dosyayı görüntüle @
f5af68ba
...
...
@@ -164,9 +164,9 @@ This is the recommended way to install Django.
1. Install pip_. The easiest is to use the `standalone pip installer`_. If your
distribution already has ``pip`` installed, you might need to update it if
it's outdated.
(
If it's outdated, you'll know because installation won't
work.
You might see some :ref:`harmless SyntaxErrors
<syntax-error-old-pip-django-19>` also.)
it's outdated. If it's outdated, you'll know because installation won't
work.
If you're using an old version of setuptools, you might see some
:ref:`harmless SyntaxErrors <syntax-error-old-setuptools-django-19>` also.
2. Take a look at virtualenv_ and virtualenvwrapper_. These tools provide
isolated Python environments, which are more practical than installing
...
...
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