AnonSolutions / django-aries-community

Django wrapper for a cloud-based Hyperledger Aries Agent
Other
4 stars 4 forks source link

Allow configurable template in the organization #46

Closed guilherme-funchal closed 4 years ago

guilherme-funchal commented 4 years ago

How to use configurable template to define images and css to the organization :

1)Include the image and css files in the directory with the organization's name in 'aries_community_demo/aries_community/static/name-organization'.

Example : aries_community_demo/aries_community/static/anon

2)Set the image and css directory name in settings.py.

Example : SITE_ORG = 'anon'

guilherme-funchal commented 4 years ago

@ianco I have already tested it on my branchs, I await your approval.