how I set path of different folder other than static folder to download files in Django
My files are created at the server where the mange.py file is placed.Each time file is changed according to user requirement
I'm new to django help me .
myproject
-manage.py
-myfile.aln
myproject
-setting.py
-Urls.py
myprojectApp
-template
-static
-url.py
-views.py
Now I just want to download myfile.aln file that s in myproject folder .... now in template page how I set this folder path