зеркало из https://github.com/mozilla/FlightDeck.git
amo and person added, amo with fake auth
This commit is contained in:
Родитель
55d0e0dcb8
Коммит
ee8205daa4
|
@ -88,8 +88,16 @@ INSTALLED_APPS = (
|
|||
# TODO: fix grappelli media
|
||||
'grappelli',
|
||||
'django.contrib.admin',
|
||||
# real apps
|
||||
'flightdeck.base'
|
||||
# FlightDeck apps
|
||||
'base', # basic flightdeck things (utils, urls)
|
||||
'person', # user related stuff (profile etc.)
|
||||
'amo' # addons.mozilla.org integration (authentication state updates)
|
||||
)
|
||||
|
||||
AUTH_PROFILE_MODULE = 'person.Profile'
|
||||
|
||||
AUTHENTICATION_BACKENDS = (
|
||||
'amo.authentication.AMOAuthentication',
|
||||
)
|
||||
|
||||
# overwrite default settings with the ones from settings_local.py
|
||||
|
|
Загрузка…
Ссылка в новой задаче