i'm creating a website with django. There isn't much static content ( maybe 20 images, and 5-10 css/javascript docs).
I read up on Managing Static files in django. Do i need to deploy my static content on a separate server, or will it work fine since I have very little static content? currently, i'm accessing all my css files and images with the actual path name instead of using "{{STATIC_URL}}".