2016-01-05 13:17:01 +00:00
2016-01-05 13:13:06 +00:00
2016-01-04 15:50:26 +00:00
2015-12-11 09:49:31 +00:00
2016-01-05 11:59:25 +00:00
2016-01-05 13:17:01 +00:00
2016-01-05 11:39:54 +00:00
2016-01-05 12:01:11 +00:00
2015-11-18 13:55:18 +00:00
2015-11-23 16:26:37 +00:00
2015-12-10 16:47:29 +00:00
2015-12-03 09:40:28 +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

Running the application:

pip install -r requirements.txt
./scripts/bootstrap.sh  
./scripts/run_app.sh

Note: the ./scripts/bootstrap.sh script only needs to be run the first time to create the database.

url to test app:

localhost:6012/helloworld

Domain model

All the domain models are defined in the models.py file.

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