Change default site name with project fixture
This commit is contained in:
parent
362880511d
commit
20953ff214
2 changed files with 12 additions and 0 deletions
10
note_kfet/fixtures/initial.json
Normal file
10
note_kfet/fixtures/initial.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[
|
||||
{
|
||||
"model": "sites.site",
|
||||
"pk": 1,
|
||||
"fields": {
|
||||
"domain": "localhost",
|
||||
"name": "La Note Kfet \ud83c\udf7b"
|
||||
}
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue