Django 4.2.x DocumentationHost header validation Referrer policy Cross-origin opener policy Session security User-uploaded content Additional security topics Performance and optimization Introduction General approaches Caching Why did you write all of Django from scratch, instead of using other Python libraries? Is Django a content-management-system (CMS)? How can I download the Django documentation to read it offline? How do I functionalities Learn about some other core functionalities of the Django framework: Conditional content processing Content types and generic relations Flatpages Redirects Signals System check framework The0 码力 | 3305 页 | 3.16 MB | 1 年前3
Django 5.1.2 DocumentationHost header validation Referrer policy Cross-origin opener policy Session security User-uploaded content Additional security topics Performance and optimization Introduction General approaches Caching Why did you write all of Django from scratch, instead of using other Python libraries? Is Django a content-management-system (CMS)? How can I download the Django documentation to read it offline? How do I functionalities Learn about some other core functionalities of the Django framework: Conditional content processing Content types and generic relations Flatpages Redirects Signals System check framework The0 码力 | 3519 页 | 3.17 MB | 1 年前3
Django 5.1.2 DocumentationLearn about some other core functionalities of the Django framework: • Conditional content processing • Content types and generic relations • Flatpages • Redirects • Signals • System check framework Article(models.Model): pub_date = models.DateField() headline = models.CharField(max_length=200) content = models.TextField() reporter = models.ForeignKey(Reporter, on_delete=models.CASCADE) def __str__(self): from datetime import date >>> a = Article( ... pub_date=date.today(), headline="Django is cool", content="Yeah.", reporter=r ... ) >>> a.save() # Now the article is in the database. >>> Article.objects0 码力 | 2923 页 | 9.62 MB | 1 年前3
Django 5.1 DocumentationHost header validation Referrer policy Cross-origin opener policy Session security User-uploaded content Additional security topics Performance and optimization Introduction General approaches Caching Why did you write all of Django from scratch, instead of using other Python libraries? Is Django a content-management-system (CMS)? How can I download the Django documentation to read it offline? How do I functionalities Learn about some other core functionalities of the Django framework: Conditional content processing Content types and generic relations Flatpages Redirects Signals System check framework The0 码力 | 3513 页 | 3.17 MB | 1 年前3
Django 5.1 DocumentationLearn about some other core functionalities of the Django framework: • Conditional content processing • Content types and generic relations • Flatpages • Redirects • Signals • System check framework Article(models.Model): pub_date = models.DateField() headline = models.CharField(max_length=200) content = models.TextField() reporter = models.ForeignKey(Reporter, on_delete=models.CASCADE) def __str__(self): from datetime import date >>> a = Article( ... pub_date=date.today(), headline="Django is cool", content="Yeah.", reporter=r ... ) >>> a.save() # Now the article is in the database. >>> Article.objects0 码力 | 2917 页 | 9.59 MB | 1 年前3
Django 5.0.x DocumentationHost header validation Referrer policy Cross-origin opener policy Session security User-uploaded content Additional security topics Performance and optimization Introduction General approaches Caching Why did you write all of Django from scratch, instead of using other Python libraries? Is Django a content-management-system (CMS)? How can I download the Django documentation to read it offline? How do I functionalities Learn about some other core functionalities of the Django framework: Conditional content processing Content types and generic relations Flatpages Redirects Signals System check framework The0 码力 | 3407 页 | 3.21 MB | 1 年前3
Django 5.0.x DocumentationLearn about some other core functionalities of the Django framework: • Conditional content processing • Content types and generic relations • Flatpages • Redirects • Signals • System check framework Article(models.Model): pub_date = models.DateField() headline = models.CharField(max_length=200) content = models.TextField() reporter = models.ForeignKey(Reporter, on_delete=models.CASCADE) def __str__(self): from datetime import date >>> a = Article( ... pub_date=date.today(), headline="Django is cool", content="Yeah.", reporter=r ... ) >>> a.save() # Now the article is in the database. >>> Article.objects0 码力 | 2878 页 | 9.60 MB | 1 年前3
Django 4.1.x DocumentationHost header validation Referrer policy Cross-origin opener policy Session security User-uploaded content Additional security topics Performance and optimization Introduction General approaches Caching Why did you write all of Django from scratch, instead of using other Python libraries? Is Django a content-management-system (CMS)? How can I download the Django documentation to read it offline? How do I functionalities Learn about some other core functionalities of the Django framework: Conditional content processing Content types and generic relations Flatpages Redirects Signals System check framework The0 码力 | 3240 页 | 3.13 MB | 1 年前3
Django 4.0.x DocumentationHost header validation Referrer policy Cross-origin opener policy Session security User-uploaded content Additional security topics Performance and optimization Introduction General approaches Caching Why did you write all of Django from scratch, instead of using other Python libraries? Is Django a content-management-system (CMS)? How can I download the Django documentation to read it offline? How do I functionalities Learn about some other core functionalities of the Django framework: Conditional content processing Content types and generic relations Flatpages Redirects Signals System check framework The0 码力 | 3184 页 | 3.14 MB | 1 年前3
Django 4.0.x DocumentationLearn about some other core functionalities of the Django framework: • Conditional content processing • Content types and generic relations • Flatpages • Redirects • Signals • System check framework Article(models.Model): pub_date = models.DateField() headline = models.CharField(max_length=200) content = models.TextField() reporter = models.ForeignKey(Reporter, on_delete=models.CASCADE) def __str__(self): from datetime import date >>> a = Article(pub_date=date.today(), headline='Django is cool', ... content='Yeah.', reporter=r) >>> a.save() # Now the article is in the database. >>> Article.objects.all()0 码力 | 2248 页 | 7.90 MB | 1 年前3
共 59 条
- 1
- 2
- 3
- 4
- 5
- 6













