Add conf file to configure project name

This commit is contained in:
Stefan Wehrmeyer 2023-02-03 15:26:20 +01:00
parent 9f402f476a
commit 2521759625
5 changed files with 15 additions and 7 deletions

4
froide_govplan/conf.py Normal file
View file

@ -0,0 +1,4 @@
from django.conf import settings
GOVPLAN_ENABLE_FOIREQUEST = getattr(settings, "GOVPLAN_ENABLE_FOIREQUEST", True)
GOVPLAN_NAME = getattr(settings, "GOVPLAN_NAME", "GovPlan")