home / django_tickets / tickets

tickets: 181

This data as json

id created changetime last_pulled_from_trac stage status component type severity version resolution summary description owner reporter keywords easy has_patch needs_better_patch needs_tests needs_docs ui_ux
181 2005-07-24 22:22:32 2005-07-25 16:34:09 2022-03-06 03:20:00.489419 Unreviewed closed contrib.admin defect normal   invalid Site and FlatFile don't appear in the Admin interface As alluded to in your Model documentation, there's a FlatFile model, and a Site model. I was hoping to extend the Site model with a OneToOne relationship so that I could have multiple blogs in one admin interfacce, with its various options such as blog name and short name, and subtitle, and so on. For the moment I've created a separate blog object with this data, but I can only really create one, as I can't add or remove any sites. I tried monkey patching the Site object, but that doesn't seem to have worked. So please could you enable the Site object in the Admin interface, or document how to do so through some equivalent of monkey patching, or tell us why we shouldn't use the object ;) adrian moof@metamoof.net   0 0 0 0 0 0
Powered by Datasette · Queries took 2.307ms