DMOJ / online-judge

A modern open-source online judge and contest platform system.
https://dmoj.ca
GNU Affero General Public License v3.0
928 stars 359 forks source link

Using a separated static server #2320

Open tetofonta opened 7 months ago

tetofonta commented 7 months ago

I tried to compile all the static assets for serving them from a separate server but it fails with No 'compress' template tags found in templates.Try running compress command with --follow-links and/or--extension=EXTENSIONS. Any advise? I'm running manage.py compress --force after collectstatics