Good morning : ) Don't worry, I'm newbie too.
I have open and loop the file, but I have still some problem.
My template ask me to choose an option from a dropdown menu, when you select the option, it generate a external lookuptable and my views.py edit it.
The problem is that the view, try to make this before that I choose my option in the template, so I would like insert an if condition before the render_to(..) to be sure that this is execute only AFTER the selection in the dropdown menu.
And my second problem is that the views open the csv file (lookuptable) But I had change the permission of the file. I would like that the file that splunk generate are accessible to everyone, or at least, at my script.
Have you solve the yesterday's problem?
Please, let me know,
thank you!
... View more