Skip to content
Tuto Django logo
Tuto Django (2022-10-25 16H (Europe/Paris)) Django database
Type to start searching
Tuto Django
  • Index
  • Awsome Django
  • Tuto HTMX
  • Tuto HTTP
  • Tuto devops
  • Doc
  • Django topics
Tuto Django
  • Django news
  • News
  • Django architecture
  • DEPs
  • Installation
  • Doc
    • Django asynchrone
    • Django books
    • PostgreSQL + django.contrib.postgres
    • Django ref
    • Django topics
      • Django contrib auth
      • Django csv export
      • Django database
        • Show Source
        • Examples of model relationship API usage
        • Django database transactions
      • Django deployment
      • Django migrations
      • Django timezone
      • Django typing
      • Django git
      • Django continuous integration
    • Django tutorials/ style guides
  • Django people
  • Community
  • Django with htmx
  • Django performances
  • Tests
  • Django tips
  • Tools
  • Django versions
  • Versions
  • Meta informations
  • Meta doc
  • Show Source

Django database ¶

See also

  • https://docs.djangoproject.com/en/dev/topics/db/

A model is the single, definitive source of data about your data.

It contains the essential fields and behaviors of the data you’re storing. Generally, each model maps to a single database table.

  • Examples of model relationship API usage
  • Django database transactions
Previous Django csv example 1
Next Examples of model relationship API usage
© Copyright 2018-2022, DevOps people Built with sphinx 5.2.2 Python 3.11.0.
Last updated on Oct 25, 2022.
Created using Sphinx 5.2.2. and Material for Sphinx