Open barnixf opened 2 years ago
In secret.py:
def get_secret_key():
return "SECRET_KEY"
where SECRET_KEY is your secret key
In secret.py:
def get_secret_key(): return "SECRET_KEY"
where SECRET_KEY is your secret key
secret is a built in python module, so u shouldnt call a file "secret.py"