I am having problems with my download button on my website which should allow vistors to get a copy of my CV. It was working while through all the stages of building the site, however when running it with apache2 a blank tab just opens up.
This is the layout of the project:
enter image description here
the html code:
enter image description here
the views.py:
enter image description here
my dango_project.config on server:
enter image description here
and the error log I get when I click the button:
enter image description here
I am new to configuring an apache server so I am guessing its somthing to do with my .config file?
Any help or pointing in the right direction would be much appreciated
Thank you
I am just expecting the user to be able to download a copy of my CV. Was working when running manage.py server on local host and linux server. Every other part of the site works, like sending forms uploading images/text.