Skip to content
This repository has been archived by the owner on May 4, 2021. It is now read-only.

A form to request content changes to GOV.UK / Great.gov.uk websites

License

Notifications You must be signed in to change notification settings

uktrade/content-request-form

Repository files navigation

content-request-form

Overview

A form to request content changes to GOV.UK / Great.gov.uk websites. User access is controlled by the DIT authbroker/staff-sso, and submitted tickets are inserted into the content team's Jira board.

Dependencies

Python 3.6 DIT Authbroker/staff-sso DIT ClamAV REST service Jira

  • the project does not require a database.

Setting up a local development environment

  1. Clone this repository

  2. Create a virtual environment

# the project root:
virtualenv --python=python3 env
  1. Install pip-tools: pip install pip-tools

  2. Install dependencies with pip-sync: pip-sync requirements.txt

  3. Copy sample_env to .env

  4. Add authbroker, clamav and Jira configuration values to your .env file

  5. Start up the local webserver: ./manage.py runserver

Running the tests

From the project's root directory run ./manage.py test

About

A form to request content changes to GOV.UK / Great.gov.uk websites

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published