Muhammad Alhajee

Results 2 comments of Muhammad Alhajee

I had the same problem but this was how i solved it: **You must not call your Enum class more than once in your schema** _Models.py_ ``` class EnumAccountTypes(models.TextChoices): PERSONAL...

### cache.module.ts I personally don't like having my configs directly in my App Module. I separate my configs into different modules and import them into `App module`. You'd also notice...