Ankush Chavan

Results 3 issues of Ankush Chavan

- Sample Django application that connects with the Redis database. - A docker-compose file for provisioning Django application and Redis database containers. Closes #227 Signed-off-by: cankush625

This project will have: - A docker-compose that provisions Docker and Redis containers. - Simple Django application that connects and interacts with the Redis database.

proposal

**Reasons for making this change:** Refactor repeated pattern: .cache is repeated twice but ideally, it should be mentioned only once in the .gitignore file and it will ignore all of...