Skip to content
Fragmented Development

Posts Tagged With django

All of the following posts share a tag, and are related to that subject. If you would like to try another subject, you can pick from the available tags.

Hiding parts of Oscar Commerce

I've been working on an eCommerce website using Oscar Commerce, and it has been an experience. One of the issues I've encountered is that Oscar has a tremendous number of features that I will never, ever need,

Read the full post: Hiding parts of Oscar Commerce

Better permissions for uploaded files in Django

Django assigns permissions to any user-submitted files it saves. If you don't explicitly set what these are, it uses an operating system default - which, in most cases, is 0600. If you're unfamiliar with unix-style file permissions, that means the following:

Read the full post: Better permissions for uploaded files in Django

Working with base64 and images

I have been working with base64 encoding a lot recently, specifically regarding image files. Using base64 is a cool way to embed images in your CSS, and happens to be useful when writing Django tests that involve an image file field.

Read the full post: Working with base64 and images

New Django Blog is Finished!

Wooo! How exciting! This is the first post I'm making on the new Django-based blogging engine I've been writing. With this, I think the main FragDev.com overhaul is just about finished.

Read the full post: New Django Blog is Finished!