---
title: "Doiciméid Django"
version: 6.0
locale: ga
source: https://docs.djangoproject.com/ga/6.0/
canonical: https://djangodocs.dev/ga/6.0/
---
# Doiciméid Django

**Gach rud a theastaíonn uait a bheith agat faoi Django.**

## Na chéad chéimeanna

An bhfuil tú nua do Django nó do ríomhchlárú? Seo é an áit le tosú!

- **From scratch:**
  [Overview](/ga/6.0/intro/overview/) |
  [Installation](/ga/6.0/intro/install/)
- **Tutorial:**
  [Part 1: Requests and responses](/ga/6.0/intro/tutorial01/) |
  [Part 2: Models and the admin site](/ga/6.0/intro/tutorial02/) |
  [Part 3: Views and templates](/ga/6.0/intro/tutorial03/) |
  [Part 4: Forms and generic views](/ga/6.0/intro/tutorial04/) |
  [Part 5: Testing](/ga/6.0/intro/tutorial05/) |
  [Part 6: Static files](/ga/6.0/intro/tutorial06/) |
  [Part 7: Customizing the admin site](/ga/6.0/intro/tutorial07/) |
  [Part 8: Adding third-party packages](/ga/6.0/intro/tutorial08/)
- **Advanced Tutorials:**
  [How to write reusable apps](/ga/6.0/intro/reusable-apps/) |
  [Writing your first contribution to Django](/ga/6.0/intro/contributing/)

## Cabhair a fháil

Ag dtrioblóid? Ba mhaith linn cabhrú!

- Try the [FAQ](/ga/6.0/faq/) -- it's got answers to many common questions.
- Looking for specific information? Try the [Index](/ga/6.0/genindex/), [Module Index](/ga/6.0/py-modindex/) or
  the [detailed table of contents](/ga/6.0/contents/).
- Not found anything? See [Ceisteanna Coitianta: Cabhair a Fháil](/ga/6.0/faq/help/) for information on getting support
  and asking questions to the community.
- Déan tuairisc ar fhabhtanna le Django inár [rianaire ticéad](https://code.djangoproject.com/).

## Conas a eagraítear na doiciméid

Tá go leor doiciméadú ag Django. Cabhróidh forbhreathnú ardleibhéil ar an gcaoi a n-eagraítear é leat fios a bheith agat cá háit a lorgóidh tú rudaí áirithe:

- [Teagaisc](/ga/6.0/intro/) tógann tú de láimh trí shraith céimeanna chun feidhmchlár gréasáin a chruthú. Tosaigh anseo má tá tú nua i Django nó forbairt feidhmchlár gréasáin. Breathnaigh freisin ar an "".
- [Treoraithe Ábhair](/ga/6.0/topics/) pléann na heochair-ábhair agus na príomhchoincheapa ag leibhéal measartha ard agus soláthraíonn siad faisnéis chúlra agus míniú úsáideach.
- [Reference guides](/ga/6.0/ref/) contain technical reference for APIs and
  other aspects of Django's machinery. They describe how it works and how to
  use it but assume that you have a basic understanding of key concepts.
- [How-to guides](/ga/6.0/howto/) are recipes. They guide you through the
  steps involved in addressing key problems and use-cases. They are more
  advanced than tutorials and assume some knowledge of how Django works.

## An ciseal múnla

Soláthraíonn Django ciseal astarraingthe (na "samhlacha") chun sonraí d'fheidhmchlár gréasáin a struchtúrú agus a ionramháil. Tuilleadh eolais faoi thíos:

- **Models:**
  [Introduction to models](/ga/6.0/topics/db/models/) |
  [Field types](/ga/6.0/ref/models/fields/) |
  [Indexes](/ga/6.0/ref/models/indexes/) |
  [Meta options](/ga/6.0/ref/models/options/) |
  [Model class](/ga/6.0/ref/models/class/)
- **QuerySets:**
  [Making queries](/ga/6.0/topics/db/queries/) |
  [QuerySet method reference](/ga/6.0/ref/models/querysets/) |
  [Lookup expressions](/ga/6.0/ref/models/lookups/)
- **Model instances:**
  [Instance methods](/ga/6.0/ref/models/instances/) |
  [Accessing related objects](/ga/6.0/ref/models/relations/)
- **Migrations:**
  [Introduction to Migrations](/ga/6.0/topics/migrations/) |
  [Operations reference](/ga/6.0/ref/migration-operations/) |
  [SchemaEditor](/ga/6.0/ref/schema-editor/) |
  [Writing migrations](/ga/6.0/howto/writing-migrations/)
- **Advanced:**
  [Managers](/ga/6.0/topics/db/managers/) |
  [Raw SQL](/ga/6.0/topics/db/sql/) |
  [Transactions](/ga/6.0/topics/db/transactions/) |
  [Aggregation](/ga/6.0/topics/db/aggregation/) |
  [Search](/ga/6.0/topics/db/search/) |
  [Custom fields](/ga/6.0/howto/custom-model-fields/) |
  [Multiple databases](/ga/6.0/topics/db/multi-db/) |
  [Custom lookups](/ga/6.0/howto/custom-lookups/) |
  [Query Expressions](/ga/6.0/ref/models/expressions/) |
  [Conditional Expressions](/ga/6.0/ref/models/conditional-expressions/) |
  [Database Functions](/ga/6.0/ref/models/database-functions/)
- **Other:**
  [Supported databases](/ga/6.0/ref/databases/) |
  [Legacy databases](/ga/6.0/howto/legacy-databases/) |
  [Providing initial data](/ga/6.0/howto/initial-data/) |
  [Optimize database access](/ga/6.0/topics/db/optimization/) |
  [PostgreSQL specific features](/ga/6.0/ref/contrib/postgres/)

## An ciseal radharc

Tá an coincheap "tuairimí" ag Django chun an loighic atá freagrach as iarratas úsáideora a phróiseáil agus as an bhfreagra a thabhairt ar ais a chuimsiú. Faigh gach eolas atá uait faoi thuairimí trí na naisc thíos:

- **The basics:**
  [URLconfs](/ga/6.0/topics/http/urls/) |
  [View functions](/ga/6.0/topics/http/views/) |
  [Shortcuts](/ga/6.0/topics/http/shortcuts/) |
  [Decorators](/ga/6.0/topics/http/decorators/) |
  [Asynchronous Support](/ga/6.0/topics/async/)
- **Reference:**
  [Built-in Views](/ga/6.0/ref/views/) |
  [Request/response objects](/ga/6.0/ref/request-response/) |
  [TemplateResponse objects](/ga/6.0/ref/template-response/)
- **File uploads:**
  [Overview](/ga/6.0/topics/http/file-uploads/) |
  [File objects](/ga/6.0/ref/files/file/) |
  [Storage API](/ga/6.0/ref/files/storage/) |
  [Managing files](/ga/6.0/topics/files/) |
  [Custom storage](/ga/6.0/howto/custom-file-storage/)
- **Class-based views:**
  [Overview](/ga/6.0/topics/class-based-views/) |
  [Built-in display views](/ga/6.0/topics/class-based-views/generic-display/) |
  [Built-in editing views](/ga/6.0/topics/class-based-views/generic-editing/) |
  [Using mixins](/ga/6.0/topics/class-based-views/mixins/) |
  [API reference](/ga/6.0/ref/class-based-views/) |
  [Flattened index](/ga/6.0/ref/class-based-views/flattened-index/)
- **Advanced:**
  [Generating CSV](/ga/6.0/howto/outputting-csv/) |
  [Generating PDF](/ga/6.0/howto/outputting-pdf/)
- **Middleware:**
  [Overview](/ga/6.0/topics/http/middleware/) |
  [Built-in middleware classes](/ga/6.0/ref/middleware/)

## An ciseal teimpléad

Soláthraíonn an ciseal teimpléid comhréir atá oiriúnach don dearthóir chun an fhaisnéis atá le cur i láthair don úsáideoir a sholáthar. Foghlaim conas is féidir le dearthóirí an chomhréir seo a úsáid agus conas is féidir le ríomhchláraitheoirí é a leathnú:

- **The basics:**
  [Overview](/ga/6.0/topics/templates/)
- **For designers:**
  [Language overview](/ga/6.0/ref/templates/language/) |
  [Built-in tags and filters](/ga/6.0/ref/templates/builtins/) |
  [Humanization](/ga/6.0/ref/contrib/humanize/)
- **For programmers:**
  [Template API](/ga/6.0/ref/templates/api/) |
  [Custom tags and filters](/ga/6.0/howto/custom-template-tags/) |
  [Custom template backend](/ga/6.0/howto/custom-template-backend/)

## Foirmeacha

Soláthraíonn Django creat saibhir chun cruthú foirmeacha agus ionramháil sonraí foirmeacha a éascú.

- **The basics:**
  [Overview](/ga/6.0/topics/forms/) |
  [Form API](/ga/6.0/ref/forms/api/) |
  [Built-in fields](/ga/6.0/ref/forms/fields/) |
  [Built-in widgets](/ga/6.0/ref/forms/widgets/)
- **Advanced:**
  [Forms for models](/ga/6.0/topics/forms/modelforms/) |
  [Integrating media](/ga/6.0/topics/forms/media/) |
  [Formsets](/ga/6.0/topics/forms/formsets/) |
  [Customizing validation](/ga/6.0/ref/forms/validation/)

## An próiseas forbartha

Foghlaim faoi na comhpháirteanna agus na huirlisí éagsúla a chabhróidh leat feidhmchláir Django a fhorbairt agus a thástáil:

- **Settings:**
  [Overview](/ga/6.0/topics/settings/) |
  [Full list of settings](/ga/6.0/ref/settings/)
- **Applications:**
  [Overview](/ga/6.0/ref/applications/)
- **Exceptions:**
  [Overview](/ga/6.0/ref/exceptions/)
- **django-admin and manage.py:**
  [Overview](/ga/6.0/ref/django-admin/) |
  [Adding custom commands](/ga/6.0/howto/custom-management-commands/)
- **Testing:**
  [Introduction](/ga/6.0/topics/testing/) |
  [Writing and running tests](/ga/6.0/topics/testing/overview/) |
  [Included testing tools](/ga/6.0/topics/testing/tools/) |
  [Advanced topics](/ga/6.0/topics/testing/advanced/)
- **Deployment:**
  [Overview](/ga/6.0/howto/deployment/) |
  [WSGI servers](/ga/6.0/howto/deployment/wsgi/) |
  [ASGI servers](/ga/6.0/howto/deployment/asgi/) |
  [Deploying static files](/ga/6.0/howto/static-files/deployment/) |
  [Tracking code errors by email](/ga/6.0/howto/error-reporting/) |
  [Deployment checklist](/ga/6.0/howto/deployment/checklist/)

## An riarthóir

Faigh gach eolas atá uait faoin gcomhéadan riaracháin uathoibrithe, ceann de na gnéithe is mó tóir ag Django:

- [Admin site](/ga/6.0/ref/contrib/admin/)
- [Admin actions](/ga/6.0/ref/contrib/admin/actions/)
- [Admin documentation generator](/ga/6.0/ref/contrib/admin/admindocs/)

## Slándáil

Is ábhar fíorthábhachtach í an tslándáil i bhforbairt feidhmchlár gréasáin agus soláthraíonn Django uirlisí agus meicníochtaí éagsúla cosanta:

- [Security overview](/ga/6.0/topics/security/)
- [Disclosed security issues in Django](/ga/6.0/releases/security/)
- [Clickjacking protection](/ga/6.0/ref/clickjacking/)
- [Cross Site Request Forgery protection](/ga/6.0/ref/csrf/)
- [Cryptographic signing](/ga/6.0/topics/signing/)

- [Content Security Policy](/ga/6.0/ref/csp/)

## Idirnáisiúnú agus logánú

Tairgeann Django creat láidir idirnáisiúnaithe agus logánaithe chun cabhrú leat feidhmchláir a fhorbairt le haghaidh teangacha iolracha agus réigiúin dhomhanda:

- [Overview](/ga/6.0/topics/i18n/) |
  [Internationalization](/ga/6.0/topics/i18n/translation/) |
  [Localization](/ga/6.0/topics/i18n/translation/#how-to-create-language-files) |
  [Localized web UI formatting and form input](/ga/6.0/topics/i18n/formatting/)
- :doc:\` Criosanna ama \</topics/i18n/timezones\>\`

## Feidhmíocht agus leas iomlán a bhaint

Tá éagsúlacht teicnící agus uirlisí ann a chabhróidh leat do chód a reáchtáil ar bhealach níos éifeachtaí - níos tapúla, agus níos lú acmhainní córais á n-úsáid.

- [Performance and optimization overview](/ga/6.0/topics/performance/)

## Creat geografach

[GeoDjango](/ga/6.0/ref/contrib/gis/) intends to be a world-class
geographic web framework. Its goal is to make it as easy as possible to build
GIS web applications and harness the power of spatially enabled data.

## Uirlisí feidhmchláir choitianta gréasáin

Tairgeann Django uirlisí iolracha a bhíonn ag teastáil go coitianta chun feidhmchláir ghréasáin a fhorbairt:

- **Authentication:**
  [Overview](/ga/6.0/topics/auth/) |
  [Using the authentication system](/ga/6.0/topics/auth/default/) |
  [Password management](/ga/6.0/topics/auth/passwords/) |
  [Customizing authentication](/ga/6.0/topics/auth/customizing/) |
  [API Reference](/ga/6.0/ref/contrib/auth/)
- [Caching](/ga/6.0/topics/cache/)
- [Logging](/ga/6.0/topics/logging/)
- [Tasks framework](/ga/6.0/topics/tasks/)
- [Sending emails](/ga/6.0/topics/email/)
- [Syndication feeds (RSS/Atom)](/ga/6.0/ref/contrib/syndication/)
- [Pagination](/ga/6.0/topics/pagination/)
- [Messages framework](/ga/6.0/ref/contrib/messages/)
- [Serialization](/ga/6.0/topics/serialization/)
- [Sessions](/ga/6.0/topics/http/sessions/)
- [Sitemaps](/ga/6.0/ref/contrib/sitemaps/)
- [Static files management](/ga/6.0/ref/contrib/staticfiles/)
- [Data validation](/ga/6.0/ref/validators/)

## Feidhmiúlachtaí lárnacha eile

Foghlaim faoi roinnt feidhmeanna lárnacha eile de chreat Django:

- [Conditional content processing](/ga/6.0/topics/conditional-view-processing/)
- [Content types and generic relations](/ga/6.0/ref/contrib/contenttypes/)
- [Flatpages](/ga/6.0/ref/contrib/flatpages/)
- [Redirects](/ga/6.0/ref/contrib/redirects/)
- [Signals](/ga/6.0/topics/signals/)
- [System check framework](/ga/6.0/topics/checks/)
- [The sites framework](/ga/6.0/ref/contrib/sites/)
- [Unicode in Django](/ga/6.0/ref/unicode/)

## [Unicode i Django](/ga/6.0/ref/unicode/)

Foghlaim faoin bpróiseas forbartha do thionscadal Django féin agus faoi conas is féidir leat cur leis:

- **Community:**
  [Contributing to Django](/ga/6.0/internals/contributing/) |
  [The release process](/ga/6.0/internals/release-process/) |
  [Team organization](/ga/6.0/internals/organization/) |
  [The Django source code repository](/ga/6.0/internals/git/) |
  [Security policies](/ga/6.0/internals/security/) |
  [Mailing lists and Forum](/ga/6.0/internals/mailing-lists/)
- **Design philosophies:**
  [Overview](/ga/6.0/misc/design-philosophies/)
- **Documentation:**
  [About this documentation](/ga/6.0/internals/contributing/writing-documentation/)
- **Third-party distributions:**
  [Overview](/ga/6.0/misc/distributions/)
- **Django over time:**
  [API stability](/ga/6.0/misc/api-stability/) |
  [Release notes and upgrading instructions](/ga/6.0/releases/) |
  [Deprecation Timeline](/ga/6.0/internals/deprecation/)
