Re: Loop through QuerySet in Django

2022-11-04 Thread Marcelo Robin
I have a problem El jue., 3 nov. 2022 16:40, subin escribió: > Please let me know if that is okay. > > On Wed, Nov 2, 2022 at 5:03 PM Marcelo A. Robin > wrote: > >> I have a processors.py file where I generate a context processor to load >> static data into my project's base template. I have po

Loop through QuerySet in Django

2022-11-02 Thread Marcelo A. Robin
I have a processors.py file where I generate a context processor to load static data into my project's base template. I have posts and I want to generate as a kind of archive in a aside, where you can access through a link, the posts that were created in the month of August 2022 (for example) a