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
a763915a
Kaydet (Commit)
a763915a
authored
Tem 01, 2013
tarafından
Aymeric Augustin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Bumped minimum Python version requirement to 2.7 in Django 1.7.
üst
3fd8eb1a
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
14 deletions
+12
-14
INSTALL
INSTALL
+1
-2
install.txt
docs/faq/install.txt
+4
-4
install.txt
docs/intro/install.txt
+5
-5
install.txt
docs/topics/install.txt
+2
-2
setup.py
setup.py
+0
-1
No files found.
INSTALL
Dosyayı görüntüle @
a763915a
Thanks for downloading Django.
To install it, make sure you have Python 2.
6
or greater installed. Then run
To install it, make sure you have Python 2.
7
or greater installed. Then run
this command from the command prompt:
python setup.py install
...
...
@@ -12,7 +12,6 @@ site-packages directory, which is located wherever your Python installation
lives. Some places you might check are:
/usr/lib/python2.7/site-packages (Unix, Python 2.7)
/usr/lib/python2.6/site-packages (Unix, Python 2.6)
C:\\PYTHON\site-packages (Windows)
For more detailed instructions, see docs/intro/install.txt.
docs/faq/install.txt
Dosyayı görüntüle @
a763915a
...
...
@@ -16,8 +16,8 @@ How do I get started?
What are Django's prerequisites?
--------------------------------
Django requires Python, specifically Python 2.
6.5 - 2.7.x, or 3.2.3 and above.
No other
Python libraries are required for basic Django usage.
Django requires Python, specifically Python 2.
7 or 3.2 and above. No other
Python libraries are required for basic Django usage.
For a development environment -- if you just want to experiment with Django --
you don't need to have a separate Web server installed; Django comes with its
...
...
@@ -50,8 +50,8 @@ Django version Python versions
1.3 2.4, 2.5, 2.6, 2.7
1.4 2.5, 2.6, 2.7
1.5 2.6, 2.7 and 3.2, 3.3 (experimental)
**1.6** **2.6, 2.7** and **3.2, 3.3**
*
1.7 (future)* *2.7* and *3.2, 3.3
*
1.6 2.6, 2.7 and 3.2, 3.3
*
*1.7** **2.7** and **3.2, 3.3*
*
============== ===============
For a given series of Python versions, only the latest release is officially
...
...
docs/intro/install.txt
Dosyayı görüntüle @
a763915a
...
...
@@ -9,9 +9,9 @@ that'll work while you walk through the introduction.
Install Python
--------------
Being a Python Web framework, Django requires Python. It works with Python 2.
6
,
2.7, 3.2 or 3.3. All these versions of Python include a lightweight database
called
SQLite_ so you won't need to set up a database just yet.
Being a Python Web framework, Django requires Python. It works with Python 2.
7
,
3.2 or 3.3. All these versions of Python include a lightweight database called
SQLite_ so you won't need to set up a database just yet.
.. _sqlite: http://sqlite.org/
...
...
@@ -28,8 +28,8 @@ probably already have it installed.
You can verify that Python is installed by typing ``python`` from your shell;
you should see something like::
Python 2.
6.6 (r266:84292, Dec 26 2010, 22:31:48
)
[GCC 4.
4.5
] on linux2
Python 2.
7.3 (default, Jan 2 2013, 13:56:14
)
[GCC 4.
7.2
] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>
...
...
docs/topics/install.txt
Dosyayı görüntüle @
a763915a
...
...
@@ -7,8 +7,8 @@ This document will get you up and running with Django.
Install Python
==============
Being a Python Web framework, Django requires Python. It works with Python 2.
6
,
2.7,
3.2 or 3.3.
Being a Python Web framework, Django requires Python. It works with Python 2.
7
,
3.2 or 3.3.
Get Python at http://www.python.org. If you're running Linux or Mac OS X, you
probably already have it installed.
...
...
setup.py
Dosyayı görüntüle @
a763915a
...
...
@@ -101,7 +101,6 @@ setup(
'Operating System :: OS Independent'
,
'Programming Language :: Python'
,
'Programming Language :: Python :: 2'
,
'Programming Language :: Python :: 2.6'
,
'Programming Language :: Python :: 2.7'
,
'Programming Language :: Python :: 3'
,
'Programming Language :: Python :: 3.2'
,
...
...
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