You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Types (use Django-polymorphic w/ single table, proxy classes)
URL / URI
Archive-it specific URIs??? (partner org / collection / resource)
Archive-it setspec
Fields (all in base class)
Unique Together(
- namespace (string: null unless it's something you have to know to interpret identifier)
- identifier (string: never null)
)
referent (GenericForeignKey; not unique, except maybe w/in a specific subclass?)
The text was updated successfully, but these errors were encountered:
Types (use Django-polymorphic w/ single table, proxy classes)
Fields (all in base class)
Unique Together(
- namespace (string: null unless it's something you have to know to interpret identifier)
- identifier (string: never null)
)
The text was updated successfully, but these errors were encountered: