Skip to content

Commit

Permalink
⬆️ [#339] Updated project to Django version 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ErhanCitil committed Jun 29, 2023
1 parent 55fbbee commit 9040bbf
Show file tree
Hide file tree
Showing 22 changed files with 8,790 additions and 5,224 deletions.
12,837 changes: 8,139 additions & 4,698 deletions package-lock.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"homepage": "https://maykinmedia.nl",
"dependencies": {
"microscope-sass": "latest",
"prettier": "^2.8.8",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
Expand Down
35 changes: 18 additions & 17 deletions requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,31 +8,32 @@ python-decouple # processing of envvar configs
jsonschema

# Framework libraries
django < 3.0
django==3.2
django-admin-index
django-axes
django-choices
django-hijack
django-hijack-admin
django-redis
django-rosetta
django-sniplates
maykin-django-two-factor-auth
maykin-django-two-factor-auth[phonenumbers]
mozilla-django-oidc-db
django-axes==6.0.1
django-choices==1.7.2
django-hijack==3.4.1
# django-hijack-admin==2.1.10
django-redis==5.2.0
django-rosetta==0.9.9
django-sniplates==0.7.1
maykin-django-two-factor-auth==2.0.4
maykin-django-two-factor-auth[phonenumbers]==2.0.4
mozilla-django-oidc-db==0.12.0

# API libraries
djangorestframework
djangorestframework-gis
djangorestframework==3.12.4
djangorestframework-gis==1.0
# django-extra-fields
django-filter
drf-spectacular # api documentation
django-filter==23.2
drf-spectacular==0.26.2 # api documentation

# WSGI servers & monitoring - production oriented
uwsgi
sentry-sdk # error monitoring
elastic-apm # Elastic APM integration

# Common ground libraries
vng_api_common[markdown_docs]>=1.6.4
zgw-consumers # external api auths
vng_api_common[markdown_docs]==2.0.4
zgw-consumers==0.26.2 # external api auths
notifications-api-common==0.2.2
Loading

0 comments on commit 9040bbf

Please sign in to comment.