diff --git a/django_rest_framework.code-workspace b/django_rest_framework.code-workspace new file mode 100644 index 0000000..876a149 --- /dev/null +++ b/django_rest_framework.code-workspace @@ -0,0 +1,8 @@ +{ + "folders": [ + { + "path": "." + } + ], + "settings": {} +} \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..475fa74 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,6 @@ +django>=4.2.0,<5.0.0 +djangorestframework +pyyaml +requests +django-cors-headers +