Blog

Accessing the model instance in a ModelForm's widget

I recently integrated Django Sendfile with a website to provide downloads that required authentication (even knowing the location of an authentication requiring file in the static directory will not allow you to download it thanks to some Apache conf magic).

Continue Reading...