Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 328 Bytes

README.rst

File metadata and controls

23 lines (18 loc) · 328 Bytes

Django base package

## adduser

` url('^api/auth/', include('flytrap.auth.account.token.urls')) `

## set auth

``` REST_FRAMEWORK = {

'DEFAULT_AUTHENTICATION_CLASSES': (
'flytrap.auth.account.token.auth.TokenAuthentication',

),

```

## don't signup add to setting

` SHOW_SIGNUP = False `