Skip to content

Commit

Permalink
Revert "Try if django-cachalot helps us 馃槄"
Browse files Browse the repository at this point in the history
This reverts commit 50ba26c.

(didn't help)
  • Loading branch information
jaywink committed Nov 30, 2019
1 parent 50ba26c commit 360c0c0
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 7 deletions.
1 change: 0 additions & 1 deletion config/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"django.contrib.admin",
)
THIRD_PARTY_APPS = (
"cachalot",
"corsheaders",
"django_extensions",
"django_rq",
Expand Down
1 change: 0 additions & 1 deletion config/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
"debug_toolbar.panels.signals.SignalsPanel",
"debug_toolbar.panels.logging.LoggingPanel",
"debug_toolbar.panels.redirects.RedirectsPanel",
"cachalot.panels.CachalotPanel",
]

# RQ
Expand Down
3 changes: 1 addition & 2 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ 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 @@ -115,4 +114,4 @@ whitenoise==4.1.4
zipp==0.6.0

# The following packages are considered to be unsafe in a requirements file:
# setuptools==42.0.1 # via gunicorn, ipdb, ipython, jsonschema
# setuptools==41.6.0 # via gunicorn, ipdb, ipython, jsonschema
1 change: 0 additions & 1 deletion requirements/requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
circus
django-cachalot
django-countries
django-cors-headers
django-enumfields
Expand Down
3 changes: 1 addition & 2 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ 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 @@ -88,4 +87,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==42.0.1 # via gunicorn, ipython, jsonschema
# setuptools==41.6.0 # via gunicorn, ipython, jsonschema

0 comments on commit 360c0c0

Please sign in to comment.