Remove sass dir

Update ReadMe with Getting Started directions
This commit is contained in:
Rebecca Law
2015-11-23 14:31:14 +00:00
parent d489ff2e47
commit 44d3c66cbd
2 changed files with 22 additions and 9 deletions

View File

@@ -1,12 +1,27 @@
https://travis-ci.org/alphagov/notificiations-admin.svg
https://travis-ci.org/alphagov/notifications-admin.svg
# notifications-admin
Application to handle the admin functions of the notifications application.
Register users.
Register services.
Download CSV for an email or sms batch.
Show history of notifications.
Reports.
Features of this application:
Register users.
Register services.
Download CSV for an email or sms batch.
Show history of notifications.
Reports.
Make a change
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