Changeset 3306b90


Ignore:
Timestamp:
Jan 6, 2010, 2:12:36 AM (16 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, client
Children:
a96d938
Parents:
4f1c1c9
git-author:
Alex Dehnert <adehnert@…> (01/06/10 02:12:36)
git-committer:
Alex Dehnert <adehnert@…> (01/06/10 02:12:36)
Message:

Kinda start using the RemoteUserMiddleware?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • treasury/settings.py

    r13a23ce r3306b90  
    6666    'django.contrib.sessions.middleware.SessionMiddleware',
    6767    'django.contrib.auth.middleware.AuthenticationMiddleware',
     68    #http://docs.djangoproject.com/en/dev/howto/auth-remote-user/
     69    'django.contrib.auth.middleware.RemoteUserMiddleware',
    6870)
    6971
Note: See TracChangeset for help on using the changeset viewer.