Brian Pepple
Brian Pepple
For now, dd968253b2abf1ebef593e61d5c0a57c256ee78e should fix the 'update_marvel' command, but should look further into whether it makes sense to add a constraint of some kind to the model.
This is something I've given some thought about, and it seems like a feature that would be pretty useful. Never used this feature in LOCG or GCD, so it's worth...
> Would this be like MyAnimeList.net, Kitsu.io, AniList.co? No idea, since I've never seen those services. How do they compare to what League of Comic Geeks provides?
Agreed, adding an issues with a lot of creators or characters is quite time consuming. I've been thinking about this problem for awhile and haven't come up with a solution...
I've done tangential work on this, and written a tool to fetch data and format it so it can be used with django's shell function to create new issues. Still...
Added an admin action to handle this in 598d384, but would like to expose this functionality to editors, so I'll leave this open until then.
This is something I've thought about adding since I would just need to add a `AlternativeSources` model like: ``` from django.contrib.contenttypes.fields import GenericForeignKey from django.contrib.contenttypes.models import ContentType from django.db import...
Did a little searching on this and the only project I could find was this (which was archived **yesterday**) : https://github.com/LilyFoote/rest-framework-generic-relations
Couple of questions that would need to be resolved: 1. What label to use? Something like '_**Publisher**_', '_**Website**_' or '_**URL**_'? 2. What license should be displayed (if any) for the...
The Anansi Project doesn't cover it as far as I'm aware (and really using a comma as a delimiter on list of names isn't a great idea), but here's how...