Appraise icon indicating copy to clipboard operation
Appraise copied to clipboard

Minor error in settings.py prevents collectstatic to work

Open jmcoursi opened this issue 7 years ago • 1 comments

In settings.py, STATIC_ROOT = os.path.join(ROOT_PATH, '/static-files'), remove the leading slash, since otherwise os.path.join just returns /static-files.

jmcoursi avatar Feb 12 '18 09:02 jmcoursi

Found the same issue. This solution works great.

kezpitt avatar Aug 20 '20 15:08 kezpitt