docs: add Form and Tabs examples (#1411)

This commit is contained in:
Juro Oravec 2025-09-29 15:58:47 +02:00 committed by GitHub
parent b3ea50572d
commit 9afc89ead1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 1237 additions and 7 deletions

View file

@ -0,0 +1,6 @@
from django.apps import AppConfig
class ExamplesConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "examples"