dgets/lasttime

Dataview is borked since deleting irrelevant testing data from the database

dgets opened this issue · 1 comments

dgets commented

I deleted the whole load of administrations, in order to start using this app myself for the purpose it was intended. Though I was able to go in and see pretty much everything, as well as adding new substances and administrations without any issues, the dataview app now seems to be completely broken. Attempts to retrieve the detailed information view on any particular substance results in:

No usage found matching the query

Unfortunately, the value passed to the dataview is the pk of a particular substance. The pk fields do not show in the Django administration views, so I'm probably going to have to find some other utility to be able to pick around in the database to find out exactly what happened. Can't be having this kind of behavior when this app is out in the wild; manipulating the database records is fair play.

dgets commented

I believe I got this fixed when closing #91.