mirror of
https://github.com/lemeow125/Django-NotesApp.git
synced 2025-05-16 03:28:05 +08:00
Moved secret key to .env file
This commit is contained in:
parent
6f61914e22
commit
3f96b4e7db
3 changed files with 95 additions and 95 deletions
1
Pipfile
1
Pipfile
|
@ -11,6 +11,7 @@ djangorestframework-simplejwt = "*"
|
|||
django-cors-headers = "*"
|
||||
python-decouple = "*"
|
||||
pytz = "*"
|
||||
python-dotenv = "*"
|
||||
|
||||
[dev-packages]
|
||||
autopep8 = "*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue