File diff 086d2d1cc028 → 0f6843b08dcf
symposion_project/fixtures/initial_data.json
Show inline comments
 
new file 100644
 
[
 
    {
 
        "pk": 1, 
 
        "model": "sites.site", 
 
        "fields": {
 
            "domain": "example.com", 
 
            "name": "example.com"
 
        }
 
    }
 
]