mirror of
https://github.com/django-components/django-components.git
synced 2025-08-03 22:08:17 +00:00
Improve structure of sampleproject.
This commit is contained in:
parent
18ee5ad3b0
commit
c0ed45b920
7 changed files with 14 additions and 8 deletions
|
@ -4,6 +4,3 @@ from django.apps import AppConfig
|
|||
class CalendarappConfig(AppConfig):
|
||||
default_auto_field = "django.db.models.BigAutoField"
|
||||
name = "calendarapp"
|
||||
|
||||
def ready(self):
|
||||
from components.calendar import calendar # NOQA
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue