Sunday, June 13, 2021

Lucas Cimon: Live demo for Hesperides!

Hesperides logo

Today I finally took the time to put up a live demo website for Hesperides!

https://hesperides.herokuapp.com

Hesperides is an open source tool dedicated to configuration management: it stores applications properties and mustache templates for configurations files. It is strongly hierarchized based on few main concepts: modules, applications …

Permalink



from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...