Hi We are using the development server only! Can you give me some reference for the necessary changes in the code? Thanks!
On 5/15/07, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > > On Tue, 2007-05-15 at 19:14 +0000, Kostadin Cholakov wrote: > > Hello, > > > > We are currently using Django for access to a linguistic database > > where people can validate certain entries by checking certain > > checkboxes! We have the problem that the users are not in our > > departament and they are connected to Internet through a different > > proxy server. When the annotators check boxes and go to the next page > > and then again go back, the boxes are not checked anymore. We tried to > > reproduce this error with different browsers but we were not able to > > do this! So, we susspect that their server caches some pages and when > > the annotators go back to a previous page, it doesn't invoke GET to > > get a fresh page with the updated entries and checkboxes but rather > > their server takes the original cached page! We would like to see > > which machine exactly accesses our database and see what kind of > > request it makes... But the log files just show the URL which is being > > used, the time and POST or GET... Is there any way that one could > > retrieve more information like IP for example? I am new to Django and > > I was not able to find something on this issue! Thanks! > > It depends on what web server you are using. Every web server has ways > to configure what information is logged. > > If you are just using the development server, then you're out of luck > without changing the code. > > Regards, > Malcolm > > > > > > -- Kostadin Cholakov, B.A. Software developer DFKI GmbH, Language Technology Lab, Stuhlsatzenhausweg 3, D-66123 Saarbruecken, Germany ------------------------------------------- Deutsches Forschungszentrum fuer Kuenstliche Intelligenz GmbH Firmensitz: Trippstadter Strasse 122, D-67663 Kaiserslautern Geschaeftsfuehrung: Prof. Dr. Dr. h.c. mult. Wolfgang Wahlster (Vorsitzender) Dr. Walter Olthoff Vorsitzender des Aufsichtsrats: Prof. Dr. h.c. Hans A. Aukes Amtsgericht Kaiserslautern, HRB 2313 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

