Accessing REMOTE_USER in models/backend

2013-02-11 Thread fsang
Hi, I am developing a Django application which will be accessed by it's users both via HTTP and through the Python shell. All of my models have a "touch_user" and "create_user" attribute, containing usernames in plain text. This is primarily used for logging purposes, nothing critical. My idea

Development server: cookies not working

2011-05-05 Thread fsang
Hi, I am running my Django project on a remote host (with Apache) and on my current machine (localhost, using "runserver"). Cookies and sessions work fine when the project is served via Apache from the remote host. But for some reasons all of my browsers reject the cookies from the development ser