You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ENC_KEY in your Django project is likely an encryption key used for securing sensitive data. This key is usually a secret key that should not be shared or exposed publicly.
To generate an ENC_KEY, you can use a random secret key generator tool or a Python package like secrets. Here's an example of how to generate a secret key using secrets:
Trying to run this django project but while running I'm not understanding what should be the value of ENC_KEY , from where I can generate that..!
Thanks
The text was updated successfully, but these errors were encountered: