CobwebOrg / cobweb-django

Django site for the Cobweb registry of web archiving projects and collections.
MIT License
10 stars 0 forks source link

"identifiers" module for unique identifiers #39

Open sourcefilter opened 7 years ago

sourcefilter commented 7 years ago

Types (use Django-polymorphic w/ single table, proxy classes)

Fields (all in base class) Unique Together(

sourcefilter commented 7 years ago

(This will help avoid collection duplication bugs, for example)