mirror of
https://github.com/django-components/django-components.git
synced 2025-08-04 06:18:17 +00:00
refactor: update example of config to sampleproject settings
This commit is contained in:
parent
390b16f764
commit
7b64aa6791
1 changed files with 8 additions and 0 deletions
|
@ -80,6 +80,14 @@ TEMPLATES = [
|
|||
|
||||
WSGI_APPLICATION = "sampleproject.wsgi.application"
|
||||
|
||||
# COMPONENTS = {
|
||||
# "autodiscover": True,
|
||||
# "libraries": [],
|
||||
# "template_cache_size": 128,
|
||||
# "context_behavior": "isolated", # "global" | "isolated"
|
||||
# "slot_context_behavior": "allow_override", # "allow_override" | "prefer_root" | "isolated"
|
||||
# }
|
||||
|
||||
|
||||
# Database
|
||||
# https://docs.djangoproject.com/en/4.0/ref/settings/#databases
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue