reported version?
tisdall opened this issue · 2 comments
tisdall commented
I messed up and accidentally had the INSTALLED_APPS order wrong. When I was trying to determine which collectstatic
was working I tried using python manage.py collectstatic --version
. However, even after I fixed the issue it was still reporting my Django version instead of the version of Collectfast.
Yes, it's a really small and pedantic thing, but --version
should be reporting the version of Collectfast.
antonagestam commented
I'll happily review a pull request for this.
antonagestam commented
The implementation should probably override BaseCommand.get_version()
and make it return something like "collectfast version: <version>"
.