Skip to content

Commit

Permalink
STATIC - Added Settings for Local
Browse files Browse the repository at this point in the history
  • Loading branch information
app-generator committed May 3, 2023
1 parent 155748a commit f6f3932
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@
STATIC_URL = '/static/'
STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles')

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

#if not DEBUG:
# STATICFILES_STORAGE = 'whitenoise.storage.CompressedManifestStaticFilesStorage'

Expand Down

0 comments on commit f6f3932

Please sign in to comment.