##// END OF EJS Templates
Update several views and models in main app...
Update several views and models in main app git-svn-id: http://jro-dev.igp.gob.pe/svn/jro_hard/radarsys/trunk/webapp@106 aa17d016-51d5-4e8b-934c-7b2bbb1bbe71

File last commit:

r85:d4fe0e132735
r85:d4fe0e132735
Show More
main_initial_data.json
10 lines | 693 B | application/json | JsonLexer
/ apps / main / fixtures / main_initial_data.json
[
{"fields": {"name": "MAIN RADAR", "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": "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}
]