Rebecca Law 11d79951f3 Moved the templates into the app directory.
Added Manager to the app.py
2015-11-23 16:07:19 +00:00
2015-11-23 13:50:37 +00:00
2015-11-20 16:37:31 +00:00
2015-11-20 16:22:44 +00:00
2015-11-23 13:50:37 +00:00
2015-11-23 13:50:37 +00:00
2015-11-20 16:24:10 +00:00
2015-11-23 13:50:37 +00:00
2015-11-23 14:55:37 +00:00
2015-11-23 13:50:37 +00:00

Build Status

notifications-admin

Application to handle the admin functions of the notifications application.

Features of this application:

  • Register users
  • Register services
  • Download CSV for an email or sms batch
  • Show history of notifications
  • Reports

Create a virtual environment for this project

mkvirtualenv -p /usr/local/bin/python3 notifications-admin

GOV.UK frontend toolkit

The GOV.UK frontend toolkit is a submodule of this project. To get the content of the toolkit run the following two commands

git submodule init

git submodule update

To run the sample application run:

pip install -r requirements.txt

python app.py

Description
The UI of Notify.gov
Readme 559 MiB
Languages
Python 69.3%
HTML 16.6%
JavaScript 11.1%
SCSS 0.9%
Nunjucks 0.7%
Other 1.4%