Add default initial fixture for CAS server

This commit is contained in:
Yohann D'ANELLO 2020-02-27 14:00:20 +01:00
parent 94d327821a
commit 8503bf9d57
1 changed files with 9 additions and 0 deletions

View File

@ -6,5 +6,14 @@
"domain": "localhost", "domain": "localhost",
"name": "La Note Kfet \ud83c\udf7b" "name": "La Note Kfet \ud83c\udf7b"
} }
},
{
"model": "cas_server.servicepattern",
"pk": 1,
"fields": {
"pos": 1,
"pattern": ".*",
"name": "REPLACEME"
}
} }
] ]