Add default initial fixture for CAS server

This commit is contained in:
Yohann D'ANELLO 2020-02-27 13:52:39 +01:00
parent 04e40e9a91
commit f319c217b0
1 changed files with 9 additions and 0 deletions

View File

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