Metron-Project / metron

Django website for a comic book database
https://metron.cloud/
GNU General Public License v3.0
90 stars 7 forks source link

Publisher Imprints #67

Closed bpepple closed 2 months ago

bpepple commented 3 years ago

Is your feature request related to a problem? Please describe.

Currently Imprints are added as Publishers, but really they should be a separate model

Describe the solution you'd like

Add a new model for Imprints.

Additional context Not terribly tough to implement, but need to mock-up templates to make sure it's implemented correctly.