Make an empty base sqlite db quickly

svn: r19557
This commit is contained in:
Doug Blank 2012-05-17 18:19:14 +00:00
parent b551f24962
commit 3721709368

View File

@ -1,5 +1,9 @@
# Initialize GRAMPS Django site
empty:
rm sqlite.db
sqlite3 sqlite.db < empty.sql
update: grampsdb/fixtures/initial_data.json
PYTHONPATH=../../src python manage.py syncdb