mirror of
https://github.com/django-components/django-components.git
synced 2025-10-04 11:14:39 +00:00
docs: add Form and Tabs examples (#1411)
This commit is contained in:
parent
b3ea50572d
commit
9afc89ead1
24 changed files with 1237 additions and 7 deletions
6
sampleproject/examples/apps.py
Normal file
6
sampleproject/examples/apps.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class ExamplesConfig(AppConfig):
|
||||
default_auto_field = "django.db.models.BigAutoField"
|
||||
name = "examples"
|
Loading…
Add table
Add a link
Reference in a new issue