Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
riishabhraj committed Dec 18, 2024
1 parent 41e0cab commit c8ae6c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quizapp/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@

# STATIC_URL = '/static/'
STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles') # Where static files will be collected
STATICFILES_DIRS = [os.path.join(BASE_DIR)]
STATICFILES_DIRS = [os.path.join(BASE_DIR, 'static')]

STATICFILES_STORAGE = "whitenoise.storage.CompressedManifestStaticFilesStorage"
# Default primary key field type
Expand Down

0 comments on commit c8ae6c0

Please sign in to comment.