ソースを参照

Move the Authentication backend to the users package

tags/v1.0.0
Krzysztof Klimonda 11年前
コミット
5b777b7e14
3個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      pinry/settings/__init__.py
  2. +0
    -0
      pinry/users/auth/__init__.py
  3. +0
    -0
      pinry/users/auth/backends.py

+ 1
- 1
pinry/settings/__init__.py ファイルの表示

@@ -57,7 +57,7 @@ TEMPLATE_CONTEXT_PROCESSORS = (
'pinry.core.context_processors.template_settings',
)
AUTHENTICATION_BACKENDS = (
'pinry.core.auth.backends.CombinedAuthBackend',
'pinry.users.auth.backends.CombinedAuthBackend',
'django.contrib.auth.backends.ModelBackend',
)



pinry/core/auth/__init__.py → pinry/users/auth/__init__.py ファイルの表示


pinry/core/auth/backends.py → pinry/users/auth/backends.py ファイルの表示


読み込み中…
キャンセル
保存