This repository has been archived by the owner on Apr 21, 2019. It is now read-only.
Changes since last release:
- Optimized the comic-importer a bit by removing some unnecessary api calls. Should speed things up a tiny bit, particularly if you are importing a lot of issues of one series.
- Fixed a bug where the image filename from Comic Vine is too long (greater than 132 characters) which caused a database error.
- Cleaned up some soon-to-be depreciated template tags in preparation of Django-2.1.
- Quite a couple of Python deprecation warnings.
- Bumped the version of Django. (i.e. pip install -U -r requirements.txt)
- Added a new project logo. (Thanks trumblejoe). Fixes #15