DEV Community

Discussion on: Using Context processor in Django to create dynamic footer

Collapse
 
tombohub profile image
tombohub

thanks, very simple and nice.

Does using a lot of context processors create a mess? How do you keep tracking which one is context processor which one is normal?

Collapse
 
harveyhalwin profile image
Heinek Halwin

I did switch over to using React/Next.js as my frontend recently. 😁

But, i would suggest using a naming scheme and folder structure, so you know where and which ones are yours.