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)
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
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