How to use the low-level cache API in Django.
Check out the post.
-
Fork/Clone
-
Run:
$ python3 -m venv env && source env/bin/activate (env)$ pip install -r requirements.txt (env)$ python manage.py makemigrations (env)$ python manage.py migrate (env)$ python manage.py seed_db (env)$ python manage.py runserver