Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
Related to #28
Browse files Browse the repository at this point in the history
	new file:   .vscode/settings.json
	modified:   portalusers/settings.py
  • Loading branch information
HadleyKing committed Aug 19, 2022
1 parent 95eb402 commit 78f5855
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"python.linting.pylintEnabled": true,
"python.linting.enabled": true
}
2 changes: 1 addition & 1 deletion portalusers/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
'type': 'basic'
}
},

"DEEP_LINKING": True
}

JWT_AUTH = {
Expand Down

0 comments on commit 78f5855

Please sign in to comment.