initial_data_test

pull/26/head
liuzheng712 2015-09-24 09:43:28 +08:00
parent 79c79432f5
commit 7a94724dbc
1 changed files with 10 additions and 0 deletions

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