Customize uniAuth

In the projects tree there’s an example project called example. It come with an application callend uniauth_unical_template in django_idp.settingslocal.INSTALLED_APPS where we have all the html template and static files. Start from this example template for doing your customizations.

../_images/custom_app.png

This is the structure of idp

Localization i18n

It relies to Django documentation.

You’ll find gettext .po files into locale/ folder, then you can translate messages before compiling them with:

./manage.py compilemessage