This website works better with JavaScript.
Home
Explore
Help
Sign In
apalak
/
django_rest_framework
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Added required file and workspace file
master
Apalak Dutta
1 year ago
parent
d0ae1ac854
commit
1ccaaadc9d
2 changed files
with
14 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
django_rest_framework.code-workspace
+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
Write
Preview
Loading…
Cancel
Save