wooey / Wooey

A Django app that creates automatic web UIs for Python scripts.
http://wooey.readthedocs.org
BSD 3-Clause "New" or "Revised" License
2.12k stars 182 forks source link

Customize look of Wooey #223

Closed waltonereed closed 6 years ago

waltonereed commented 6 years ago

I'm a novice in Django, so I'm not sure if this is possible, but can I customize the look of my Wooey app? For example, I'd like to add my company's logo and change the color scheme across the top banner of the site.

Chris7 commented 6 years ago

If you are looking for something simple, WOOEY_SITE_NAME and WOOEY_SITE_TAG will let you customize a bit of the frontend. Otherwise, you would need to override the templates for additional customization and that would require a bit more knowledge of Django.

waltonereed commented 6 years ago

Thanks Chris, that helps a lot!