Skip to content

Commit

Permalink
static files tp production
Browse files Browse the repository at this point in the history
  • Loading branch information
supsa-ak authored Jun 11, 2023
1 parent 5650770 commit 368d1ac
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions BudMan/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,17 +129,17 @@

# STATIC_ROOT = BASE_DIR / "static"

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

# Production

# 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 368d1ac

Please sign in to comment.