I want to use the Django SECRETE_KEY for creating my JWT (Json web token). Is it possible to read the django secrete key from all apps under a django project?
Please advise me on if it is a good practice to use the django secrete key for internal app logic.