pytition / Pytition

Django app for self-hosted privacy-friendly online petitions
https://pytition.org
BSD 3-Clause "New" or "Revised" License
100 stars 28 forks source link

How do I change the name of the site/project? #248

Closed mukberty closed 4 years ago

mukberty commented 4 years ago

How can I customise the name of the project, and the landing page. Is this possible?

fallen commented 4 years ago

You can set the SITE_NAME setting for instance: https://github.com/pytition/Pytition/blob/master/pytition/pytition/settings/base.py#L204 Modify this in your setting file, do not modify the source code in base.py

For the landing page you can setup those settings: