Add initial fixture
This commit is contained in:
parent
f60592d37b
commit
3655d957ca
2 changed files with 11 additions and 1 deletions
10
photo21/fixtures/initial.json
Normal file
10
photo21/fixtures/initial.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[
|
||||
{
|
||||
"model": "sites.site",
|
||||
"pk": 1,
|
||||
"fields": {
|
||||
"domain": "photos.crans.org",
|
||||
"name": "Serveur photos"
|
||||
}
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue