summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-02-26 14:41:08 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-02-26 14:41:08 +0100
commit7e75e33ee02ff95e29fcd4498351310634f390aa (patch)
treee58cb1d831eb585e744b8dc796d16b0329dce789 /INSTALL
parentad713497e657b838356ce49ea96233072522571d (diff)
downloadbank-7e75e33ee02ff95e29fcd4498351310634f390aa.tar.gz
bank-7e75e33ee02ff95e29fcd4498351310634f390aa.tar.bz2
bank-7e75e33ee02ff95e29fcd4498351310634f390aa.zip
adding command to make sample donations ('python manage.py sample_donations')
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 4 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 4cf9f22..0869239 100644
--- a/INSTALL
+++ b/INSTALL
@@ -46,6 +46,10 @@ accounts:
$ python manage.py pre_account
+In order to add sample donations to predefined account:
+
+$ python manage.py sample_donations
+
If everything has worked fine, launch the bank's web server with:
$ python manage.py runserver 127.0.0.1:8080