Pass A Python List To A Django Template February 01, 2024 Post a Comment I'm new to django and I'm trying to pass a list that I created in a python function but its not showing nothing and don't understand why? I'm trying to send a simple list with onlySolution 1: I think you have misspelled in urlChange url(r'^csv_empresas',views.preparar_pdf,name='csv_empresas') Copytourl(r'^csv_empresas',views.csv_empresas,name='csv_empresas') Copy Share Post a Comment for "Pass A Python List To A Django Template"
Post a Comment for "Pass A Python List To A Django Template"