- make
- docker
- docker-compose
- poetry
git config core.hooksPath .githooks
cp .env.example .env
npm install
make build
make first-use
- Goto http://localhost:8000/admin and login
- You can find the login details for test users on confluence
- Goto http://localhost:8000
- If you have made any changes to the dependencies, compile the new
requirements.txt
file usingmake requirements
.
- Goto https://data.trade.gov.uk/datasets/240d5034-6a83-451b-8307-5755672f881b/grid
- Click the "Download data as JSON" button (do not apply any filters)
- Save the JSON file
- Generate the new fixture using the
generate_countries_fixture
management commandmake bash
python manage.py generate_countries_fixture path/to/downloaded/file.json > countries/fixtures/countries.json
- Load the new data
python manage.py loaddata countries.json
- GOV.UK Notify
- Python
- Django
- Postgres
- Redis
- Celery
-
BusOps
has been renamed toWorkforce Planning
. References in the code will stick toBusOps
for the time being, and labels will change toWorkforce Planning
. -
HRBP
has been renamed toHR Business Partners
. References in the code will stick toHRBP
for the time being, and labels will change toHR Business Partners
. -
SDS status determination
has been renamed toStatus determination statement (SDS)
. The Django model will stay asSDSStatusDetermination
for the time being. -
The project has been renamed from
Resourcing Approval
toContractor Approval
. The name change will only be applied to user facing parts of the project. The internals of the project will still reference the old nameResourcing Approval
.