Add tool for creating testdata

This commit is contained in:
Raphael Michel
2015-04-19 13:12:30 +02:00
parent 87c9dd9c82
commit 462ff5c9ac
2 changed files with 90 additions and 1 deletions
+8 -1
View File
@@ -39,7 +39,14 @@ The first thing you need are all the main application's dependencies::
Then, create the local database::
python manage.py syncdb
python manage.py migrate
If you need some test data, run::
python make_testdata.py
and a sample event with sample products and a user ``admin@localhost`` with password
``admin`` will be created.
Create the translation files
^^^^^^^^^^^^^^^^^^^^^^^^^^^^