Skip to content

Commit

Permalink
Try if django-cachalot helps us 馃槄
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywink committed Nov 29, 2019
1 parent fc9093c commit 50ba26c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions config/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"django.contrib.admin",
)
THIRD_PARTY_APPS = (
"cachalot",
"corsheaders",
"django_extensions",
"django_rq",
Expand Down
1 change: 1 addition & 0 deletions config/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"debug_toolbar.panels.signals.SignalsPanel",
"debug_toolbar.panels.logging.LoggingPanel",
"debug_toolbar.panels.redirects.RedirectsPanel",
"cachalot.panels.CachalotPanel",
]

# RQ
Expand Down
3 changes: 2 additions & 1 deletion requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ cryptography==2.8
cssselect==1.1.0
decorator==4.4.1
dirty-validators==0.5.2
django-cachalot==2.1.0
django-cors-headers==3.2.0
django-countries==5.5
django-coverage-plugin==1.6.0
Expand Down Expand Up @@ -114,4 +115,4 @@ whitenoise==4.1.4
zipp==0.6.0

# The following packages are considered to be unsafe in a requirements file:
# setuptools==41.6.0 # via gunicorn, ipdb, ipython, jsonschema
# setuptools==42.0.1 # via gunicorn, ipdb, ipython, jsonschema
1 change: 1 addition & 0 deletions requirements/requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
circus
django-cachalot
django-countries
django-cors-headers
django-enumfields
Expand Down
3 changes: 2 additions & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ cryptography==2.8
cssselect==1.1.0
decorator==4.4.1 # via ipython, traitlets
dirty-validators==0.5.2
django-cachalot==2.1.0
django-cors-headers==3.2.0
django-countries==5.5
django-enumfields==1.0.0
Expand Down Expand Up @@ -87,4 +88,4 @@ whitenoise==4.1.4
zipp==0.6.0 # via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools==41.6.0 # via gunicorn, ipython, jsonschema
# setuptools==42.0.1 # via gunicorn, ipython, jsonschema

0 comments on commit 50ba26c

Please sign in to comment.