gramps-connect: more automation during init

don't require the user to manually create the fixtures subdir

svn: r22876
This commit is contained in:
Vassilii Khachaturov 2013-08-19 20:03:11 +00:00
parent 88e27cd71e
commit b8e669390f

View File

@ -6,6 +6,7 @@ update: grampsdb/fixtures/initial_data.json
PYTHONPATH=../.. python manage.py createsuperuser --username=admin1 --email=bugs@gramps-project.org
grampsdb/fixtures/initial_data.json: init.py
mkdir -p grampsdb/fixtures
PYTHONPATH=../.. python init.py > grampsdb/fixtures/initial_data.json
init_gramps: