Skip to content

Commit

Permalink
Static files issue
Browse files Browse the repository at this point in the history
  • Loading branch information
supsa-ak committed Jan 6, 2022
1 parent 87aeaef commit 6671949
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions BudMan/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,11 @@
# https://docs.djangoproject.com/en/3.2/howto/static-files/

STATIC_URL = '/static/'
# STATIC_ROOT = BASE_DIR / "static"
STATIC_ROOT = BASE_DIR / "static"

STATICFILES_DIRS = [
BASE_DIR / "static",
]
# STATICFILES_DIRS = [
# BASE_DIR / "static",
# ]

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

0 comments on commit 6671949

Please sign in to comment.