Browse Source

Added required file and workspace file

master
Apalak Dutta 1 year ago
parent
commit
1ccaaadc9d
2 changed files with 14 additions and 0 deletions
  1. +8
    -0
      django_rest_framework.code-workspace
  2. +6
    -0
      requirements.txt

+ 8
- 0
django_rest_framework.code-workspace View File

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

+ 6
- 0
requirements.txt View File

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

Loading…
Cancel
Save