dhasegan / connect.academy

Educational platform
www.connect.academy
MIT License
2 stars 0 forks source link

admin page caching #99

Open dhasegan opened 10 years ago

dhasegan commented 10 years ago

caching is easy

check https://github.com/dhasegan/connect.academy/blob/master/app/explore/views.py#L26

you import this: from django.core.cache import cache and then you can do cache.set cache.get cache.delete