refactor get_facets as RecipeFacets class

This commit is contained in:
smilerz
2022-01-12 12:21:28 -06:00
parent f9b04a3f1e
commit 20d61160ba
4 changed files with 412 additions and 177 deletions

View File

@ -1,3 +1,4 @@
import time
from os import getenv
from django.conf import settings