Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Style Guide 2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TO
Weby
Style Guide 2
Commits
3903b6ff
Commit
3903b6ff
authored
Sep 28, 2022
by
Štěpán Farka
Browse files
Options
Downloads
Patches
Plain Diff
[FIX] icons
parent
02d378e4
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
majak_uistyleguide/settings/base.py
+4
-3
4 additions, 3 deletions
majak_uistyleguide/settings/base.py
with
4 additions
and
3 deletions
majak_uistyleguide/settings/base.py
+
4
−
3
View file @
3903b6ff
...
...
@@ -100,14 +100,15 @@ MEDIA_ROOT = str(ROOT_DIR / "media_files")
# VITE SETTINGS
# ------------------------------------------------------------------------------
STATIC_ROOT
=
PROJECT_DIR
/
"
static
"
# Where ViteJS assets are built.
DJANGO_VITE_ASSETS_PATH
=
PROJECT_DIR
/
"
static
"
/
"
dist
"
# If you use HMR or not.
DJANGO_VITE_DEV_MODE
=
DEBUG
DJANGO_VITE_DEV_MODE
=
True
# Include DJANGO_VITE_ASSETS_PATH into STATICFILES_DIRS to be copied inside
# when run command python manage.py collectstatic
STATICFILES_DIRS
=
[
DJANGO_VITE_ASSETS_PATH
]
STATIC
_ROOT
=
PROJECT_DIR
/
"
collectedstatic
"
TMP_PATH
=
PROJECT_DIR
/
"
static
"
/
'
src
'
STATIC
FILES_DIRS
=
[
DJANGO_VITE_ASSETS_PATH
,
TMP_PATH
]
# PATTERN LIBRARY SETTINGS
# ------------------------------------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment