Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

LandRegistry/govuk-frontend-wtf-demo

Repository files navigation

GOV.UK Frontend WTForms Demo

Demo Flask app using GOV.UK Frontend WTForms Widgets.

IMPORTANT: This app is deprecated. It is only meant to demonstate govuk-frontend-wtf based forms. It is not meant to be used as the basis for a full Flask app. If you are looking to build a fully featured Flask app that integrates with GOV.UK Frontend WTForms and GOV.UK Frontend Jinja please use the GOV.UK Frontend Flask template to generate your app instead.

Getting started

python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt ; pip3 install -r requirements_dev.txt
./build.sh
flask run