Files
notifications-admin/README.md

27 lines
699 B
Markdown
Raw Normal View History

https://travis-ci.org/alphagov/notifications-admin.svg
2015-11-18 16:41:49 +00:00
2015-11-20 10:31:28 +00:00
# notifications-admin
Application to handle the admin functions of the notifications application.
2015-11-18 16:32:15 +00:00
Features of this application:
Register users.
Register services.
Download CSV for an email or sms batch.
Show history of notifications.
Reports.
2015-11-20 15:46:08 +00:00
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