From 986d4302a71103815055045a3b660f66ca2e90f8 Mon Sep 17 00:00:00 2001 From: Pelagic Date: Tue, 12 Sep 2023 13:36:49 +0300 Subject: [PATCH] Changed the formatting a bit in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1a8aa50..13cc33b 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,13 @@ It changes the generic lifecycles of all the CRUD operations to fit within them To manage automated caching this the library replaces (and appends to) the DRF filters. These filters need a get_unique_dict method in order to avoid the duplicate cache keys problem. # Usage -##### Ensure that the module is in the INSTALLED_APPS in settings.py: +### Ensure that the module is in the INSTALLED_APPS in settings.py: INSTALLED_APPS = [ ... 'starfields_drf_generics', ] -##### Making views in views.py: +### Making views in views.py: from starfields_drf_generics import generics from starfields_drf_generics import filters as libfilters