Hid secret key in .env file

This commit is contained in:
Keannu Christian Bernasol 2023-02-24 00:29:16 +08:00
parent 67bd8957d5
commit 250b005f59
5 changed files with 172 additions and 2 deletions

View file

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