LandRegistry / govuk-frontend-wtf-demo

Demo Flask app using GOV.UK Frontend WTForms Widgets

Home Page:https://govuk-frontend-wtforms.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Demo Flask app using GOV.UK Frontend WTForms Widgets

https://govuk-frontend-wtforms.herokuapp.com/

License:MIT License


Languages

Language:HTML 50.0%Language:Python 44.2%Language:JavaScript 4.2%Language:Shell 1.4%Language:Procfile 0.1%