Changes to allow webapp to work out of the box

svn: r13546
This commit is contained in:
Doug Blank 2009-11-10 13:10:44 +00:00
parent 91920710e8
commit 08d8861048
3 changed files with 1576 additions and 4 deletions

View File

@ -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

File diff suppressed because it is too large Load Diff

BIN
src/gen/web/sqlite.db Normal file

Binary file not shown.