Procházet zdrojové kódy

Move the Authentication backend to the users package

tags/v1.0.0
Krzysztof Klimonda před 11 roky
rodič
revize
5b777b7e14
3 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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 Zobrazit soubor

@@ -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 Zobrazit soubor


pinry/core/auth/backends.py → pinry/users/auth/backends.py Zobrazit soubor


Načítá se…
Zrušit
Uložit