Added required file and workspace file

This commit is contained in:
Apalak Dutta 2023-06-03 22:38:38 +05:30
parent d0ae1ac854
commit 1ccaaadc9d
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,8 @@
{
"folders": [
{
"path": "."
}
],
"settings": {}
}

6
requirements.txt Normal file
View File

@ -0,0 +1,6 @@
django>=4.2.0,<5.0.0
djangorestframework
pyyaml
requests
django-cors-headers