[Answered ]-Deployment with Django and Uwsgi

2👍

The easiest way to do this with uwsgi alone is to add the static-map parameter, i.e. --static-map=/static=/path/to/my/proj/ect/static.

(You’ll want to do this for your MEDIA_ROOT too if you use it.)

👤AKX

Leave a comment