-
-
Notifications
You must be signed in to change notification settings - Fork 8
Description
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 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).
Related Items
Parent Epic: #50
Side Note: If you are using GitHub Codespaces for development, you may have to override the
FRONTEND_SERVERparameter here: https://github.com/okfde/froide/blob/a3ec4cf78299e8d5ee068a035e9d14393d6db4e6/froide/settings.py#L154
Metadata
Metadata
Assignees
Labels
Type
Projects
Status