It's been a while since I have done this type of brain storming stuff. Today is my country's victory day and I have got some free time. Objective: I have a inventory model named Item. An item can have many attributes such as height, width etc. Think about a system where more attributes can be…Read more Dynamic form field based on another model’s entries and save them in a m2m way in Django
Month: December 2015
image manipulation with cache facility in nginx
Manipulation like resizing to cropping, rotating an image is very easy through image_filter module of nginx. In addition we can cache this manipulated images. We will need 2 nginx server. original server [ i,e, http://mysite.local:80 ] media server. [ i,e, http://media.local:80 ] This server will be used to deliver the desired resized or cropped images.…Read more image manipulation with cache facility in nginx