mirror of
https://github.com/django-components/django-components.git
synced 2025-08-04 06:18:17 +00:00
Introduce a sample project to illustrate setup.
This commit is contained in:
parent
9d00320aeb
commit
16e2a8dda9
14 changed files with 211 additions and 0 deletions
6
sampleproject/calendarapp/apps.py
Normal file
6
sampleproject/calendarapp/apps.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class CalendarappConfig(AppConfig):
|
||||
default_auto_field = "django.db.models.BigAutoField"
|
||||
name = "calendarapp"
|
Loading…
Add table
Add a link
Reference in a new issue