Aynnaka
Results
2
comments of
Aynnaka
just place all static images from the frontend public folder to static folder in backend
I found a solution just replace path('', TemplateView.as_view(template_name='index.html')) with re_path('.*', TemplateView.as_view(template_name='index.html')) .. and place it at the end