Moved secret key to .env file

This commit is contained in:
Keannu Christian Bernasol 2023-03-15 23:12:01 +08:00
parent 6f61914e22
commit 3f96b4e7db
3 changed files with 95 additions and 95 deletions

View file

@ -11,6 +11,7 @@ djangorestframework-simplejwt = "*"
django-cors-headers = "*"
python-decouple = "*"
pytz = "*"
python-dotenv = "*"
[dev-packages]
autopep8 = "*"