1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 01:48:21 +02:00

Change default site name with project fixture

This commit is contained in:
Alexandre Iooss
2020-02-20 22:15:28 +01:00
parent 362880511d
commit 20953ff214
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,10 @@
[
{
"model": "sites.site",
"pk": 1,
"fields": {
"domain": "localhost",
"name": "La Note Kfet \ud83c\udf7b"
}
}
]