Published
- 1 min read
set staticroot settings to a filesystem path
The solution for this is noted below
set staticroot settings to a filesystem path
Solution
STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles')
Try other methods by searching on the site. That is if this doesn’t work