GitHunt
TE

testdrivenio/django-low-level-cache

Django's Low-level Cache API

Low-Level Cache API in Django

How to use the low-level cache API in Django.

Want to learn how to build this?

Check out the post.

Want to use this project?

  1. Fork/Clone

  2. 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

Languages

Python81.4%HTML18.6%

Contributors

MIT License
Created August 2, 2021
Updated May 26, 2022