Move sensitive info to .env file and reset db

This commit is contained in:
Keannu Christian Bernasol 2023-03-10 23:09:20 +08:00
parent 0f317ebbf5
commit 2a9a81d88d
3 changed files with 26 additions and 7 deletions

View file

@ -10,6 +10,7 @@ djoser = "*"
djangorestframework-simplejwt = "*"
django-cors-headers = "*"
django-simple-history = "*"
python-dotenv = "*"
[dev-packages]
autopep8 = "*"