Closed yarnball closed 7 years ago
Hi,
I have made adjustments to the utils.py inside the core-library (ie inside virtual env folder).
utils.py
This is obviously problematic, as these file changes will not copy to my repo, and if i re-install/upgrade your lib, it will be wiped.
How can I correctly modify utils.py?
Oops- very easy. Just change JWT_RESPONSE_PAYLOAD_HANDLER in settings.py to your own directory. Ta
JWT_RESPONSE_PAYLOAD_HANDLER
Hi,
I have made adjustments to the
utils.py
inside the core-library (ie inside virtual env folder).This is obviously problematic, as these file changes will not copy to my repo, and if i re-install/upgrade your lib, it will be wiped.
How can I correctly modify utils.py?