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
35f0cae1
Kaydet (Commit)
35f0cae1
authored
Şub 16, 2015
tarafından
Tim Graham
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed #24350 -- Freshened up database install topic section.
üst
4538cbf1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
18 deletions
+13
-18
databases.txt
docs/ref/databases.txt
+5
-0
install.txt
docs/topics/install.txt
+8
-18
No files found.
docs/ref/databases.txt
Dosyayı görüntüle @
35f0cae1
...
@@ -95,6 +95,11 @@ PostgreSQL notes
...
@@ -95,6 +95,11 @@ PostgreSQL notes
Django supports PostgreSQL 9.0 and higher. It requires the use of Psycopg2
Django supports PostgreSQL 9.0 and higher. It requires the use of Psycopg2
2.0.9 or higher.
2.0.9 or higher.
If you're on Windows, check out the unofficial `compiled Windows version`_
of psycopg2.
.. _compiled Windows version: http://stickpeople.com/projects/python/win-psycopg/
PostgreSQL connection settings
PostgreSQL connection settings
-------------------------------
-------------------------------
...
...
docs/topics/install.txt
Dosyayı görüntüle @
35f0cae1
...
@@ -86,23 +86,19 @@ databases with Django.
...
@@ -86,23 +86,19 @@ databases with Django.
In addition to a database backend, you'll need to make sure your Python
In addition to a database backend, you'll need to make sure your Python
database bindings are installed.
database bindings are installed.
* If you're using PostgreSQL, you'll need the `postgresql_psycopg2`_ package.
* If you're using PostgreSQL, you'll need the `psycopg2`_ package. Refer to the
You might want to refer to our :ref:`PostgreSQL notes <postgresql-notes>` for
:ref:`PostgreSQL notes <postgresql-notes>` for further details.
further technical details specific to this database.
If you're on Windows, check out the unofficial `compiled Windows version`_.
* If you're using MySQL, you'll need a :ref:`DB API driver
<mysql-db-api-drivers>` like ``mysqlclient``. See :ref:`notes for the MySQL
* If you're using MySQL, you'll need the ``MySQL-python`` package, version
backend <mysql-notes>` for details.
1.2.1p2 or higher. You will also want to read the database-specific
:ref:`notes for the MySQL backend <mysql-notes>`.
* If you're using SQLite you might want to read the :ref:`SQLite backend notes
* If you're using SQLite you might want to read the :ref:`SQLite backend notes
<sqlite-notes>`.
<sqlite-notes>`.
* If you're using Oracle, you'll need a copy of cx_Oracle_, but please
* If you're using Oracle, you'll need a copy of cx_Oracle_, but please
read the database-specific :ref:`notes for the Oracle backend <oracle-notes>`
read the :ref:`notes for the Oracle backend <oracle-notes>` for details
for important information regarding supported versions of both Oracle and
regarding supported versions of both Oracle and ``cx_Oracle``.
``cx_Oracle``.
* If you're using an unofficial 3rd party backend, please consult the
* If you're using an unofficial 3rd party backend, please consult the
documentation provided for any additional requirements.
documentation provided for any additional requirements.
...
@@ -121,17 +117,11 @@ database queries, Django will need permission to create a test database.
...
@@ -121,17 +117,11 @@ database queries, Django will need permission to create a test database.
.. _PostgreSQL: http://www.postgresql.org/
.. _PostgreSQL: http://www.postgresql.org/
.. _MySQL: http://www.mysql.com/
.. _MySQL: http://www.mysql.com/
.. _postgresql_psycopg2: http://initd.org/psycopg/
.. _psycopg2: http://initd.org/psycopg/
.. _compiled Windows version: http://stickpeople.com/projects/python/win-psycopg/
.. _SQLite: http://www.sqlite.org/
.. _SQLite: http://www.sqlite.org/
.. _pysqlite: http://trac.edgewall.org/wiki/PySqlite
.. _pysqlite: http://trac.edgewall.org/wiki/PySqlite
.. _cx_Oracle: http://cx-oracle.sourceforge.net/
.. _cx_Oracle: http://cx-oracle.sourceforge.net/
.. _Oracle: http://www.oracle.com/
.. _Oracle: http://www.oracle.com/
.. _Sybase SQL Anywhere: http://code.google.com/p/sqlany-django/
.. _IBM DB2: http://code.google.com/p/ibm-db/
.. _Microsoft SQL Server 2005: https://bitbucket.org/Manfre/django-mssql/
.. _Firebird: http://code.google.com/p/django-firebird/
.. _ODBC: http://code.google.com/p/django-pyodbc/
.. _removing-old-versions-of-django:
.. _removing-old-versions-of-django:
Remove any old versions of Django
Remove any old versions of Django
...
...
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