``list-packages`` command is breaking
Opened this issue · 0 comments
shahharsh176 commented
Zelthy Version: 0.1.2
Bug Description
When executing the zelthy3 list-packages
command, the following error is thrown:
Traceback:
ImproperlyConfigured(django.core.exceptions.ImproperlyConfigured: Requested setting PACKAGE_BUCKET_NAME, but settings are not configured. You must either define the environment variable DJANGO_SETTINGS_MODULE or call settings.configure() before accessing settings
Steps to reproduce
- Execute the
zelthy3 list-packages
command.