Skip to content

Commit

Permalink
feat: add static root path
Browse files Browse the repository at this point in the history
  • Loading branch information
catherineeangel committed Feb 23, 2024
1 parent 6ff1400 commit e4e96dd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions revelio/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,11 @@

STATIC_URL = 'static/'

STATICFILES_DIRS = [
BASE_DIR / "static",
]
STATIC_ROOT = BASE_DIR / "staticfiles_build" / "static"

# Default primary key field type
# https://docs.djangoproject.com/en/5.0/ref/settings/#default-auto-field

Expand Down

0 comments on commit e4e96dd

Please sign in to comment.