{"title":"Ceisteanna Coitianta: Suiteáil","version":"6.1","locale":"ga","docname":"faq/install","url":"/ga/6.1/faq/install/","canonical":"https://djangodocs.dev/ga/6.1/faq/install/","summary":"Conas is féidir liom tosú? Link to this heading # 'Íoslódáil an cód'_. Suiteáil Django (léigh an :d oc: 'installation guide </intro/install>'). Siúil tríd an :d…","html":"<h1>Ceisteanna Coitianta: Suiteáil<a class=\"heading-anchor\" href=\"#faq-installation\"><span class=\"visually-hidden\">Link to this heading</span><span aria-hidden=\"true\">#</span></a></h1>\n<section id=\"how-do-i-get-started\">\n<h2>Conas is féidir liom tosú?<a class=\"heading-anchor\" href=\"#how-do-i-get-started\"><span class=\"visually-hidden\">Link to this heading</span><span aria-hidden=\"true\">#</span></a></h2>\n<ol class=\"arabic simple\">\n<li><p>'Íoslódáil an cód'_.</p></li>\n<li><p>Suiteáil Django (léigh an :d oc: 'installation guide &lt;/intro/install&gt;').</p></li>\n<li><p>Siúil tríd an :d oc:'tutorial &lt;/intro/tutorial01&gt;'.</p></li>\n<li><p>Amharc ar an gcuid eile den :d oc:'documentation &lt;/index&gt;', agus 'cuir ceisteanna'_ má bhíonn tú i dtrioblóid.</p></li>\n</ol>\n</section>\n<section id=\"what-are-django-s-prerequisites\">\n<h2>Cad iad réamhriachtanais Django?<a class=\"heading-anchor\" href=\"#what-are-django-s-prerequisites\"><span class=\"visually-hidden\">Link to this heading</span><span aria-hidden=\"true\">#</span></a></h2>\n<p>Éilíonn Django Python. Féach an tábla sa chéad cheist eile do na leaganacha de Python a oibríonn le gach leagan de Django. D'fhéadfadh leabharlanna Python eile a bheith ag teastáil le haghaidh roinnt cásanna úsáide, ach gheobhaidh tú earráid fúthu de réir mar a theastaíonn siad.</p>\n<p>Le haghaidh timpeallacht forbartha - más mian leat triail a bhaint as Django - ní gá duit freastalaí gréasáin ar leith a bheith suiteáilte nó freastalaí bunachar sonraí.</p>\n<p>Django comes with its own lightweight development server\n(<a class=\"reference internal\" href=\"/ga/6.1/ref/django-admin/#django-admin-runserver\"><code class=\"xref std std-djadmin docutils literal notranslate\"><span class=\"pre\">runserver</span></code></a>). For a production environment, Django follows the WSGI\nspec, <span class=\"target\" id=\"index-0\"></span><a class=\"pep reference external\" href=\"https://peps.python.org/pep-3333/\"><strong>PEP 3333</strong></a>, which means it can run on a variety of web servers. See\n<a class=\"reference internal\" href=\"/ga/6.1/howto/deployment/\"><span class=\"doc\">Conas Django a imscaradh</span></a> for more information.</p>\n<p>Ritheann Django 'SQLite' _ de réir réamhshocraithe, atá san áireamh i suiteálacha Python. I gcás timpeallacht táirgthe, molaimid <a class=\"reference external\" href=\"https://www.postgresql.org/\">PostgreSQL</a>; ach tacaímid go hoifigiúil freisin <a class=\"reference external\" href=\"https://mariadb.org/\">MariaDB</a>, <a class=\"reference external\" href=\"https://www.mysql.com/\">MySQL</a>, 'SQLite'_, agus <a class=\"reference external\" href=\"https://www.oracle.com/\">Oracle</a>. Féach :d oc:'Bunachair Shonraí Tacaithe &lt;/ref/databases&gt;' le haghaidh tuilleadh eolais.</p>\n</section>\n<section id=\"what-python-version-can-i-use-with-django\">\n<span id=\"faq-python-version-support\"></span><h2>Cén leagan Python is féidir liom a úsáid le Django?<a class=\"heading-anchor\" href=\"#what-python-version-can-i-use-with-django\"><span class=\"visually-hidden\">Link to this heading</span><span aria-hidden=\"true\">#</span></a></h2>\n<div class=\"table-scroll\" role=\"region\" tabindex=\"0\" aria-label=\"Table\"><table class=\"docutils align-default\">\n<thead>\n<tr class=\"row-odd\"><th class=\"head\"><p>Leagan Django</p></th>\n<th class=\"head\"><p>Leaganacha Python</p></th>\n</tr>\n</thead>\n<tbody>\n<tr class=\"row-even\"><td><p>4.2</p></td>\n<td><p>3.8, 3.9, 3.10, 3.11, 3.12 (arna chur leis in 4.2.8)</p></td>\n</tr>\n<tr class=\"row-odd\"><td><p>5.0</p></td>\n<td><p>3.10, 3.11, 3.12</p></td>\n</tr>\n<tr class=\"row-even\"><td><p>5.1</p></td>\n<td><p>3.10, 3.11, 3.12, 3.13 (arna chur leis in 5.1.3)</p></td>\n</tr>\n<tr class=\"row-odd\"><td><p>5.2</p></td>\n<td><p>3.10, 3.11, 3.12, 3.13, 3.14 (added in 5.2.8)</p></td>\n</tr>\n<tr class=\"row-even\"><td><p>6.0</p></td>\n<td><p>3.12, 3.13, 3.14</p></td>\n</tr>\n<tr class=\"row-odd\"><td><p>6.1</p></td>\n<td><p>3.12, 3.13, 3.14</p></td>\n</tr>\n</tbody>\n</table>\n</div>\n<p>For each version of Python, only the latest micro release (A.B.C) is officially\nsupported. Python versions that have reached end-of-life are no longer\nmaintained by the Python project and therefore should not be used with Django.</p>\n<p>You can find the latest supported micro version for each series on the <a class=\"reference external\" href=\"https://www.python.org/downloads/\">Python\ndownload page</a>.</p>\n<p>We will support a Python version up to and including the first Django LTS\nrelease whose security support ends after security support for that version of\nPython ends. For example, Python 3.9 security support ends in October 2025 and\nDjango 4.2 LTS security support ends in April 2026. Therefore Django 4.2 is the\nlast version to support Python 3.9.</p>\n</section>\n<section id=\"what-python-version-should-i-use-with-django\">\n<h2>Cén leagan Python ba chóir dom a úsáid le Django?<a class=\"heading-anchor\" href=\"#what-python-version-should-i-use-with-django\"><span class=\"visually-hidden\">Link to this heading</span><span aria-hidden=\"true\">#</span></a></h2>\n<p>Ós rud é go mbíonn leaganacha níos nuaí de Python níos tapúla go minic, go bhfuil níos mó gnéithe acu, agus go dtugtar tacaíocht níos fearr dóibh, moltar an leagan is déanaí de Python 3.</p>\n<p>Ní chailleann tú aon rud i Django trí scaoileadh níos sine a úsáid, ach ní bhaineann tú leas as na feabhsuithe agus na barrfheabhsuithe i eisiúintí Python níos nuaí. Tá iarratais tríú páirtí lena n-úsáid le Django saor in aisce chun a gcuid riachtanas leagan féin a shocrú.</p>\n</section>\n<section id=\"should-i-use-the-stable-version-or-development-version\">\n<h2>Ar cheart dom an leagan cobhsaí nó an leagan forbartha a úsáid?<a class=\"heading-anchor\" href=\"#should-i-use-the-stable-version-or-development-version\"><span class=\"visually-hidden\">Link to this heading</span><span aria-hidden=\"true\">#</span></a></h2>\n<p>Go ginearálta, má tá cód á úsáid agat i dtáirgeadh, ba chóir duit a bheith ag baint úsáide as scaoileadh cobhsaí. Foilsíonn tionscadal Django scaoileadh cobhsaí iomlán gach ocht mí nó mar sin, le nuashonruithe bugfix idir eatarthu. Cuimsíonn na heisiúintí cobhsaí seo an API atá clúdaithe ag ár ráthaíochtaí comhoiriúnachta ar gcúl; Má scríobhann tú cód i gcoinne eisiúintí cobhsaí, níor chóir go mbeadh aon fhadhbanna agat uasghrádú nuair a scaoiltear an chéad leagan oifigiúil eile.</p>\n</section>","rootId":"faq-installation","toc":[{"title":"Conas is féidir liom tosú?","anchor":"how-do-i-get-started","children":[]},{"title":"Cad iad réamhriachtanais Django?","anchor":"what-are-django-s-prerequisites","children":[]},{"title":"Cén leagan Python is féidir liom a úsáid le Django?","anchor":"what-python-version-can-i-use-with-django","children":[]},{"title":"Cén leagan Python ba chóir dom a úsáid le Django?","anchor":"what-python-version-should-i-use-with-django","children":[]},{"title":"Ar cheart dom an leagan cobhsaí nó an leagan forbartha a úsáid?","anchor":"should-i-use-the-stable-version-or-development-version","children":[]}],"breadcrumbs":[{"docname":"faq/index","title":"Ceisteanna Coitianta Django","url":"/ga/6.1/faq/"}],"prev":{"docname":"faq/general","title":"Ceisteanna Coitianta: Ginearálta","url":"/ga/6.1/faq/general/"},"next":{"docname":"faq/usage","title":"Ceisteanna Coitianta: Ag baint úsáide as Django","url":"/ga/6.1/faq/usage/"},"formats":{"html":"/ga/6.1/faq/install/","markdown":"/ga/6.1/faq/install.md","json":"/ga/6.1/faq/install.json"},"source":"https://github.com/django/django/blob/stable/6.1.x/docs/faq/install.txt","official":"https://docs.djangoproject.com/ga/6.1/faq/install/","inVersions":["6.1","6.0","5.2"],"inLocales":["en","sv","zh-hans","ga","fr","ja","id","it","pt-br","ko","es","el","pl"]}