Skip to content

Commit

Permalink
Merge pull request #4 from santoshvandari/Bug
Browse files Browse the repository at this point in the history
Updated Bug
  • Loading branch information
santoshvandari authored Oct 28, 2023
2 parents 961c294 + 6452894 commit 3940682
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions QuotesAPI/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,8 @@
CORS_ALLOW_ALL_ORIGINS = True



REST_FRAMEWORK = {
'DEFAULT_RENDERER_CLASSES': [
'DEFAULT_RENDERER_CLASSES': [
'rest_framework.renderers.JSONRenderer',
# 'rest_framework.renderers.BrowsableAPIRenderer',
]
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dj-database-url==2.1.0
Django==4.2.6
django-cors-headers==4.3.0
djangorestframework==3.14.0
psycopg2-binary==2.9.9
python-dotenv==1.0.0
dj-database-url
Django
django-cors-headers
djangorestframework
psycopg2-binary
python-dotenv

0 comments on commit 3940682

Please sign in to comment.