Skip to content Skip to sidebar Skip to footer
Showing posts with the label Filefield

Django Custom Image Upload Field With Dynamic Path

I'm trying to create my own field type for uploading images, it won't be used in the django… Read more Django Custom Image Upload Field With Dynamic Path

Django Test Filefield Using Test Fixtures

I'm trying to build tests for some models that have a FileField. The model looks like this: cla… Read more Django Test Filefield Using Test Fixtures