Merge branch 'master' of github.com:alphagov/notifications-admin

This commit is contained in:
Rebecca Law
2015-11-23 14:51:46 +00:00

View File

@@ -3,25 +3,29 @@ https://travis-ci.org/alphagov/notifications-admin.svg
# notifications-admin # notifications-admin
Application to handle the admin functions of the notifications application. Application to handle the admin functions of the notifications application.
Features of this application: ### Features of this application:
Register users. <ul>
Register services. <li>Register users
Download CSV for an email or sms batch. <li>Register services
Show history of notifications. <li>Download CSV for an email or sms batch
Reports. <li>Show history of notifications
<li>Reports
</ul>
### Create a virtual environment for this project
Create a virtual environment for this project
mkvirtualenv -p /usr/local/bin/python3 notifications-admin mkvirtualenv -p /usr/local/bin/python3 notifications-admin
GOV.UK frontend toolkit ### GOV.UK frontend toolkit
The GOV.UK frontend toolkit is a submodule of this project. The GOV.UK frontend toolkit is a submodule of this project.
To get the content of the toolkit run the following two commands To get the content of the toolkit run the following two commands
git submodule init git submodule init
git submodule update git submodule update
To run the sample application run: ### To run the sample application run:
pip install -r requirements.txt pip install -r requirements.txt
python app.py python app.py