From d8c56fc9d15b7cd7eebf4950a7e3f439d341fbab Mon Sep 17 00:00:00 2001 From: Pelagic Date: Mon, 13 May 2024 11:47:04 +0300 Subject: [PATCH] Fixed a mistake in README.md. --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 6eb2dad..700090b 100644 --- a/README.md +++ b/README.md @@ -7,14 +7,6 @@ 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: -```python -INSTALLED_APPS = [ - ... - 'starfields_drf_generics', -] -``` - ### Making views in views.py: ```python from starfields_drf_generics import generics