CleanData / data-network

An app for the visualisation of connections between datasets
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Organization reverse lookup error #11

Closed jonroberts closed 10 years ago

jonroberts commented 10 years ago

Got the error:

Reverse for 'organization_detail' with arguments '()' and keyword arguments '{u'organization_id': ''}' not found.

when looking at the DOE energy dataset:

date_last_edited: "2013-06-25T19:00:00",
date_published: "2012-09-05T19:00:00",
derivatives: [ ],
description: "Energy data from a select portfolio of City-owned buildings (Department of Education)",
id: 38,
name: "Energy Usage From DOE Buildings",
organization: {
id: 3,
name: "Department of Education (DOE), NYC",
resource_uri: "/api/v1/organization/3/",
url: "http://schools.nyc.gov/default.htm"
},
resource_uri: "/api/v1/dataset/38/",
scientist: "/api/v1/scientist/1/",
sources: [ ],
url: "https://data.cityofnewyork.us/Environment/Energy-Usage-From-DOE-Buildings/mq6n-s45c"
jonroberts commented 10 years ago

Resolved