Skip to content

Instantly share code, notes, and snippets.

@yerkbn
Last active October 25, 2018 15:44
Show Gist options
  • Save yerkbn/7402b940b7977eb6ea11406128335dbb to your computer and use it in GitHub Desktop.
Save yerkbn/7402b940b7977eb6ea11406128335dbb to your computer and use it in GitHub Desktop.
INSTALLED_APPS = [
'rest_framework', # add DRF
'rest_framework.authtoken', #add token authentication
'users.apps.UsersConfig',
'users.apps.UsersConfig',
'notes.apps.NotesConfig',
'meteos.apps.MeteosConfig',
'passports.apps.PassportsConfig',
'cadastres.apps.CadastresConfig',
'requests.apps.RequestsConfig',
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment