initial_data_test

This commit is contained in:
liuzheng712 2015-09-24 09:43:28 +08:00
parent 79c79432f5
commit 7a94724dbc

10
docs/initial_data.yaml Normal file
View File

@ -0,0 +1,10 @@
- model: IDC.person
pk: 1
fields:
first_name: John
last_name: Lennon
- model: myapp.person
pk: 2
fields:
first_name: Paul
last_name: McCartney