root / tests / settings.py @ e01c978b
1 |
# Add corbo hobo agent
|
---|---|
2 |
INSTALLED_APPS = ('corbo.hobo_agent', 'hobo.agent.common') + INSTALLED_APPS |
3 |
|
4 |
REST_FRAMEWORK['DEFAULT_AUTHENTICATION_CLASSES'] = ['rest_framework.authentication.BasicAuthentication'] |