Add conf file to configure project name
This commit is contained in:
parent
9f402f476a
commit
2521759625
5 changed files with 15 additions and 7 deletions
4
froide_govplan/conf.py
Normal file
4
froide_govplan/conf.py
Normal 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")
|
||||
Loading…
Add table
Add a link
Reference in a new issue