Skip to content

Commit

Permalink
added restframework dependancy
Browse files Browse the repository at this point in the history
  • Loading branch information
two-trick-pony-NL committed May 22, 2023
1 parent c2517f8 commit 3bdd740
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions core/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
'django.contrib.messages',
'django.contrib.staticfiles',
'django.contrib.humanize',
'rest_framework',
'articles',
'homepage',
'machinelearning',
Expand Down
5 changes: 4 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@ django-storages
openai
praw
#scikit-learn
redis
redis
djangorestframework
markdown
django-filter

0 comments on commit 3bdd740

Please sign in to comment.