Τεκμηρίωση του Django - 5.1.7

Home | Table of contents | Index | Modules
« previous | up | next »

How-to guides¶

Practical guides covering common tasks and problems.

Models, data and databases¶

  • How to provide initial data for models
  • How to integrate Django with a legacy database
  • How to create custom model fields
  • How to create database migrations
  • How to write custom lookups

Templates and output¶

  • How to create CSV output
  • How to create PDF files
  • How to override templates
  • How to implement a custom template backend
  • How to create custom template tags and filters

Project configuration and management¶

  • How to manage static files (e.g. images, JavaScript, CSS)
  • How to configure and use logging
  • How to manage error reporting
  • How to delete a Django application

Installing, deploying and upgrading¶

  • How to upgrade Django to a newer version
  • Πώς να εγκαταστήσετε το Django στα Windows
  • How to deploy Django
  • How to deploy static files

Other guides¶

  • How to authenticate using REMOTE_USER
  • How to use Django’s CSRF protection
  • How to create custom django-admin commands
  • How to write a custom storage class

Δείτε επίσης

Στην κοινότητα του Django, όπου μαζεύουμε υλικό από όλη την Django κοινότητα. Πολλοί συγγραφείς από εκεί, έχουν γράψει αυτού του είδους τους οδηγούς.

Πίνακας περιεχομένων

  • How-to guides
    • Models, data and databases
    • Templates and output
    • Project configuration and management
    • Installing, deploying and upgrading
    • Other guides

Προηγούμενο θέμα

Asynchronous support

Επόμενο θέμα

How to provide initial data for models

Αυτή η σελίδα

  • Προβολή κώδικα

Σύντομη αναζήτηση

Last update:

Απρ 02, 2025

« previous | up | next »