Case Study—Implement Ephemeral Settings in Django Admin

In this technical article, Studio theYANG introduces an innovative approach to implement ephemeral settings in Django admin interface via a case study of our project. This purely client-side approach eliminates the need of creating database entries and thus provides good performance and maintainability.

Continue reading Case Study—Implement Ephemeral Settings in Django Admin

Internationalization (i18n) in Django web systems: default, Agile and customized

As the product owner, you may wish to have your Django web system offered in multiple languages, especially here in Canada where we have two official languages. This article introduces three ways of achieving it.

Continue reading Internationalization (i18n) in Django web systems: default, Agile and customized