Re: nginx configuration to cache all endpoints but one

2016-10-02 Thread M Hashmi
Hi, I've checked all the logs and as per my limited understanding you need to open up a ticket with Nginx support. Or may be I am not able to understand it right. As I've done it during my practice that I would create two blocks. The upper block will contain urls/files that are not to be accessed

Re: nginx configuration to cache all endpoints but one

2016-10-02 Thread gg4u
Hi M, have you had possibility to take a closer look to setting files and logs? Il giorno domenica 25 settembre 2016 15:48:57 UTC+2, gg4u ha scritto: > > Hi M :) > > thank you for helping out! > Here a .txt version of settings. > > For logs, I will send it in PVT! > > thank you. > > Il giorno do

For loop for ModelForm in Django

2016-10-02 Thread Ali khan
I need to iterate the form to get Boolean values in a single line. Please help me to figure out a way to iterate through model forms. Also I generally need to understand how to iterate through modelforms. App Model: class ProjectDetails(models.Model): type = models.CharField(max_length=120) too