Changes to allow webapp to work out of the box
svn: r13546
This commit is contained in:
parent
91920710e8
commit
08d8861048
@ -1,19 +1,19 @@
|
||||
# Initialize GRAMPS Django site
|
||||
|
||||
update: grampsdb/fixtures/initial_data.json
|
||||
python manage.py syncdb
|
||||
PYTHONPATH=../../../src python manage.py syncdb
|
||||
|
||||
grampsdb/fixtures/initial_data.json:
|
||||
python init.py > grampsdb/fixtures/initial_data.json
|
||||
PYTHONPATH=../../../src python init.py > grampsdb/fixtures/initial_data.json
|
||||
|
||||
init_gramps:
|
||||
python init_gramps.py # clear primary and secondary tables
|
||||
PYTHONPATH=../../../src python init_gramps.py # clear primary and secondary tables
|
||||
|
||||
run:
|
||||
PYTHONPATH=../../../src python manage.py runserver
|
||||
|
||||
sql:
|
||||
python manage.py sqlall > gramps_sql.txt
|
||||
PYTHONPATH=../../../src python manage.py sqlall > gramps_sql.txt
|
||||
|
||||
docs:
|
||||
mkdir -p docs
|
||||
|
1572
src/gen/web/grampsdb/fixtures/initial_data.json
Normal file
1572
src/gen/web/grampsdb/fixtures/initial_data.json
Normal file
File diff suppressed because it is too large
Load Diff
BIN
src/gen/web/sqlite.db
Normal file
BIN
src/gen/web/sqlite.db
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user