smnedelko / PixelAdmin

Issue tracker repository
6 stars 0 forks source link

Using template on flask server. File link issue #19

Open VitzzViperzz opened 6 years ago

VitzzViperzz commented 6 years ago

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