Add initial fixture

This commit is contained in:
Alexandre Iooss 2021-10-12 08:49:01 +02:00
parent f60592d37b
commit 3655d957ca
2 changed files with 11 additions and 1 deletions

View file

@ -0,0 +1,10 @@
[
{
"model": "sites.site",
"pk": 1,
"fields": {
"domain": "photos.crans.org",
"name": "Serveur photos"
}
}
]