Skip to content
Julia Damerow edited this page Dec 3, 2020 · 2 revisions

Note: these instructions are potentially outdated

Data Transfer

Set up database:

python manage.py migrate auth
python manage.py migrate

To populate the database from FM XML:

$ python -Wi manage.py filemaker /path/to/xml/directory
Clone this wiki locally