Skip to content

Commit

Permalink
user django RedisCache and remove django_redis pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
djnakabaale committed Dec 18, 2023
1 parent 69400d7 commit b85c333
Show file tree
Hide file tree
Showing 4 changed files with 243 additions and 207 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ django-environ = ">=0.4"
django-extensions = ">=2.2"
django-filter = ">=2.2"
django-prometheus = ">=1.1"
django-redis = ">=4.10"
django-tenants = ">=3.4"
djangorestframework = ">=3.14.0"
djangorestframework-csv = ">=2.1"
Expand All @@ -50,6 +49,7 @@ psycopg2 = ">=2.9"
pyarrow = ">=0.17.1"
python-dateutil = ">=2.8"
querystring-parser = ">=1.2"
redis = ">=5.0.1"
requests = ">=2.20"
sentry-sdk = ">=0.13"
statsmodels = ">=0.12"
Expand Down
Loading

0 comments on commit b85c333

Please sign in to comment.