From 3bdd740fa3662f24dc165f858b497c634fd0c91e Mon Sep 17 00:00:00 2001 From: Peter van Doorn <71013416+two-trick-pony-NL@users.noreply.github.com> Date: Mon, 22 May 2023 10:09:04 +0200 Subject: [PATCH] added restframework dependancy --- core/settings.py | 1 + requirements.txt | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/core/settings.py b/core/settings.py index 616551e..6616366 100644 --- a/core/settings.py +++ b/core/settings.py @@ -47,6 +47,7 @@ 'django.contrib.messages', 'django.contrib.staticfiles', 'django.contrib.humanize', + 'rest_framework', 'articles', 'homepage', 'machinelearning', diff --git a/requirements.txt b/requirements.txt index e52a37c..0f7a514 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,4 +15,7 @@ django-storages openai praw #scikit-learn -redis \ No newline at end of file +redis +djangorestframework +markdown +django-filter \ No newline at end of file