Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Merge pull request #126 from WordPress/dependabot/pip/openverse-api/d…
Browse files Browse the repository at this point in the history
…jango-3.2.5
  • Loading branch information
dhruvkb authored Jul 8, 2021
2 parents 66f0090 + a52c14e commit dbe75fa
Show file tree
Hide file tree
Showing 6 changed files with 111 additions and 100 deletions.
2 changes: 1 addition & 1 deletion openverse-api/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ wsgi-basic-auth = "*"
grequests = "*"
requests-oauthlib = "*"
aws-requests-auth = "*"
Django = "==2.2.24"
Django = "==3.2.5"
Pillow = "*"
django-cors-headers = "*"
django-uuslug = "*"
Expand Down
192 changes: 101 additions & 91 deletions openverse-api/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion openverse-api/catalog/api/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@


class ApiConfig(AppConfig):
name = 'api'
name = 'catalog.api'
default_auto_field = 'django.db.models.AutoField'
Loading

0 comments on commit dbe75fa

Please sign in to comment.