I work as a single person on a single machine. I use an unstable programme that requires me to employ more than one OS user. The programme will store some files locally (in each specific user environment).
I am trying to build a Django application to centralise the information gathered by this unstable programme, but in some cases I need to refer to the stored files. So I want to store the "originating" OS user name in the database, along with the other information. So yes, there are concurrent users; I know I will never use the same user name twice; it is a single machine solution, not using any network - I think there is no security problem to be solved here. I have looked at the documentation and forums, but could not find an answer to my question. Regards, Bob -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.