Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
kimachinskiy committed Oct 4, 2023
1 parent c3a2d9c commit 7508614
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions forum/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,10 @@
MEDIA_URL = os.path.join(BASE_DIR, 'public/media/')
MEDIA_ROOT = 'media/'

STATICFILES_DIRS = (
os.path.join(BASE_DIR, 'static'),
)

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

Expand Down

0 comments on commit 7508614

Please sign in to comment.