A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/fabiocaccamo/django-cache-cleaner below:

fabiocaccamo/django-cache-cleaner: :broom::sparkles: clear the entire cache or individual caches using the admin or management command.

clear the entire cache or individual caches easily using the admin panel or management command.

To clear caches using the admin panel:

This package doesn't need any setting.

python manage.py clear_cache
python manage.py clear_cache news products
python manage.py clear_cache --all
# clone repository
git clone https://github.com/fabiocaccamo/django-cache-cleaner.git && cd django-cache-cleaner

# create virtualenv and activate it
python -m venv venv && . venv/bin/activate

# upgrade pip
python -m pip install --upgrade pip

# install requirements
pip install -r requirements.txt -r requirements-test.txt

# install pre-commit to run formatters and linters
pre-commit install --install-hooks

# run tests
tox
# or
python runtests.py
# or
python -m django test --settings "tests.settings"

Released under MIT License.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4