-
README.md
- in
project structure
update the bulletins folders list in the parts about backend, frontend, tests.
- in
-
config/settings/base.py some of the arrays in the file may need an update:
-
LOCAL_APPS
add the new path toApiConfig
-
TEMPLATES
in the key "DIRS" add a new path like:str(ROOT_DIR / "wXY" / "templates")
-
-
config/urls.py
- add a new path in the array
URLLIST
like:path("wXY/", include("wXY.back.urls"))
- add a new path in the array
-
.gitlab-ci.yml
- in the section about
mypy
tests,scripts
need to be updated eith the new bulletin folder like:mypy wXY --config=setup.cfg
- in the section about
In addition, it is important for production to remember to update the pages wXY/back/signals.py
and website/core/admin.py
The new bulletin properties must be added in the bulletins_list
array in the file public/bulletins.js
.
Make sure the bulletin logo is available in wXY/back/static/images/logo_wXY.svg
-
compose/frontend/Dockerfile
- add a new
COPY
line like:COPY wXY ./wXY
- add a new
-
local.yml
- in the section frontend/volumes add a new path like:
./wXY:/app/wXY
- in the section frontend/volumes add a new path like: