Category "whitenoise"

Images from database not displaying in Heroku Django after hosting

I have few images in my SQLite database which I will be changing from admin panel over a period of time. I have hosted the django app in heorku(free service). A

vb.net - draw rectangle filled with white noise on a image

I use following code to draw a rectangle on a image: Dim gr As Graphics = Graphics.FromImage(augImage) Dim rect As New Rectangle(xposLabel, yposLabel, w, h)

serving media files in Django for Production

I want to serve all types of media files in my Django Project I used Whitenoise to server static files and static files are working well but I'm having issues w

Static File Hosting, WhiteNoise not Updating - Django

I have a Django website in production and a while back I successfully hosted my static files using Whitenoise so I could use them in production. Now a few month