I recently purchased your theme (pixel admin) and I want to apply it to a python server (flask).
This is slightly more challenging because the .html documents must go in a folder called ‘templates’ and the css,js.. etc must go in a folder called ‘static’. Therefore I need some help in how I should set the folder roots in the app builder?
I tried doing this manually but I failed many times. I tried to make everything ‘../static/css/bootstrap’
Hi,
I recently purchased your theme (pixel admin) and I want to apply it to a python server (flask).
This is slightly more challenging because the .html documents must go in a folder called ‘templates’ and the css,js.. etc must go in a folder called ‘static’. Therefore I need some help in how I should set the folder roots in the app builder?
I tried doing this manually but I failed many times. I tried to make everything ‘../static/css/bootstrap’
If you could help me that would be great, Thanks