0

I read official document of REST framework JWT Auth. It provides the additional setting options for setting expired time. However, I am not sure where to insert the setting options code. Do I need create a separate setting file to hold it or just paste the setting options code in setting.py?

Link of REST framework JWT Auth:http://getblimp.github.io/django-rest-framework-jwt/#additional-settings

pipi
  • 705
  • 1
  • 8
  • 16

1 Answers1

0

No need of new settings file. Just add it to the django settings file

Sagar Ramachandrappa
  • 1,411
  • 12
  • 18