cfedermann / Appraise

Appraise evaluation system for manual evaluation of machine translation output
http://www.appraise.cf/
BSD 3-Clause "New" or "Revised" License
73 stars 37 forks source link

Minor error in settings.py prevents collectstatic to work #60

Open jmcoursi opened 6 years ago

jmcoursi commented 6 years ago

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.

kezpitt commented 4 years ago

Found the same issue. This solution works great.