mirror of
https://github.com/django-components/django-components.git
synced 2025-10-23 20:21:24 +00:00
Improve structure of sampleproject.
This commit is contained in:
parent
18ee5ad3b0
commit
c0ed45b920
7 changed files with 14 additions and 8 deletions
|
@ -122,6 +122,9 @@ USE_TZ = True
|
|||
# https://docs.djangoproject.com/en/4.0/howto/static-files/
|
||||
|
||||
STATIC_URL = "static/"
|
||||
STATICFILES_DIRS = [
|
||||
BASE_DIR / "components",
|
||||
]
|
||||
|
||||
# Default primary key field type
|
||||
# https://docs.djangoproject.com/en/4.0/ref/settings/#default-auto-field
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue