I'm writing simple application in Python using Quickly.
Now I want to include few extra text files (templates) to my application so I can access it when application is installed.
I want to store it in ~/aplication_name/templates
for instance.
How could I do this?
I noticed that files stored in
./data/media
are packaged with the app.However, apart from pictures and videos, I don't know whether this is considered as a best practice or not.