You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The froide platform supports a number of custom settings through the use of a local_settings.py file (performed here).
We need to implement the fields in this file to fit our own use case, for example setting the SITE_NAME to UIPA and creating creating a process to populate the ADMINS array.
An example local_settings.py file is provided by froide here.
Tasks
Create a local_settings.py file for:
For development purposes
For deployment purposes
Success Criteria
local_settings.py files are commited to the repository, with instructions on how to use them (essentially mv local_settings.py.dev local_settings.py).
The UIPA site is a modified Froide Theme. The Froide code is imported when running pip install with the requirements.txt file from the theme code base. See Theming Froide.
Objective
The froide platform supports a number of custom settings through the use of a
local_settings.py
file (performed here).We need to implement the fields in this file to fit our own use case, for example setting the
SITE_NAME
toUIPA
and creating creating a process to populate theADMINS
array.An example
local_settings.py
file is provided by froide here.Tasks
Create a
local_settings.py
file for:Success Criteria
local_settings.py
files are commited to the repository, with instructions on how to use them (essentiallymv local_settings.py.dev local_settings.py
).Related Items
Parent Epic: #50
The text was updated successfully, but these errors were encountered: