Project

General

Profile

Download (205 Bytes) Statistics
| Branch: | Tag: | Revision:

root / tests / settings.py @ e01c978b

1 e5b05b4d Serghei Mihai
# Add corbo hobo agent
2 4cd434e6 Serghei Mihai
INSTALLED_APPS = ('corbo.hobo_agent', 'hobo.agent.common') + INSTALLED_APPS
3 e01c978b Frédéric Péters
4
REST_FRAMEWORK['DEFAULT_AUTHENTICATION_CLASSES'] = ['rest_framework.authentication.BasicAuthentication']