##// END OF EJS Templates
Fix settings
Fix settings

File last commit:

r316:0d39f71bbf42
r325:440c7b7e9238
Show More
main_initial_data.json
121 lines | 2.5 KiB | application/json | JsonLexer
/ apps / main / fixtures / main_initial_data.json
[
{
"fields": {
"name": "JRO",
"description": ""
},
"model": "main.location",
"pk": 1
},
{
"fields": {
"name": "JASMET",
"description": ""
},
"model": "main.location",
"pk": 2
},
{
"fields": {
"name": "SOUSY",
"description": ""
},
"model": "main.location",
"pk": 3
},
{
"fields": {
"name": "JULIA",
"description": ""
},
"model": "main.location",
"pk": 4
},
{
"fields": {
"name": "CLAIRE",
"description": ""
},
"model": "main.location",
"pk": 5
},
{
"fields": {
"name": "IDI",
"description": ""
},
"model": "main.location",
"pk": 6
},
{
"fields": {
"name": "rc",
"description": ""
},
"model": "main.devicetype",
"pk": 1
},
{
"fields": {
"name": "dds",
"description": ""
},
"model": "main.devicetype",
"pk": 2
},
{
"fields": {
"name": "cgs",
"description": ""
},
"model": "main.devicetype",
"pk": 3
},
{
"fields": {
"name": "jars",
"description": ""
},
"model": "main.devicetype",
"pk": 4
},
{
"fields": {
"name": "abs",
"description": ""
},
"model": "main.devicetype",
"pk": 5
},
{
"fields": {
"name": "Operator"
},
"model": "auth.group",
"pk": 1
},
{
"fields": {
"name": "Developer"
},
"model": "auth.group",
"pk": 2
},
{
"fields": {
"password": "pbkdf2_sha256$24000$6RRL7xETgdgN$ORRPhrITZKzTTZHCm8T+Er6ght415kYKeU7QP3rry5M=",
"last_login": null,
"is_superuser": true,
"username": "admin",
"first_name": "Administrador",
"last_name": "IDI",
"email": "admin@admin.com",
"is_staff": true,
"is_active": true,
"date_joined": "2017-01-12T16:10:24.383",
"groups": [],
"user_permissions": []
},
"model": "auth.user",
"pk": 1
}
]