I had trouble wrapping my head around Django ORM’s handling of Images.
The first hurdle was realizing that there is no easy way to store images in the database. I couldn’t be too upset with that, it was a flawed concept at best. I wrote a dump script to fix this, and converted my [...]
Filed under spindrop. |
Tags: django && pil && snippet && uploads
This is a dead topic for sure, but one of the bad web development habits I had picked up was that storing everything in a database made things easier.
I actually put some effort into thinking this through. For me it was a case of management. I didn’t want to have to worry about [...]
Filed under spindrop. |
Tags: database && django