Added cache logic to project.py and issue.py to retrieve search queries from the local memory cache system instead of sending repeated queries to algolia which helps in the problem of limited number algolia search queries.
added CACHES dir to base.py to reconfigure the global settings of project.
Added cache logic to project.py and issue.py to retrieve search queries from the local memory cache system instead of sending repeated queries to algolia which helps in the problem of limited number algolia search queries.
added CACHES dir to base.py to reconfigure the global settings of project.
this refers to Issue #6
System: Linux/GNU Kali Rolling