django-quickbooks icon indicating copy to clipboard operation
django-quickbooks copied to clipboard

manage.py create_qwc command error: unknown command:create_qwc

Open JonathanGithumbi opened this issue 2 years ago • 3 comments

trying to intergrate this app to into my project, facing the error above, please help

JonathanGithumbi avatar Jan 04 '23 12:01 JonathanGithumbi

I don't think you have installed it correctly, Make sure to add it to INSTALLED_APPS

hassaanalansary avatar Jan 04 '23 12:01 hassaanalansary

i've added it under 'django_quickbooks' is that correct ?

JonathanGithumbi avatar Jan 04 '23 12:01 JonathanGithumbi

when i try to setup in a different virtualenv i'm getting an error installing the package. fails with an: Encountered error while trying to install package: lxml, however lxml installs properly with pip

edit: it seems its specifically lxml==4.4.2 that fails building and setting up

edit: downgraded python to 3.7 package installed successfully - was previously using 3.10

edit: downgraded django to 2.* now i can see the migrations. still cant get create_qwc to work. cant tell what 'm doing wrong.

edit: oddly enough my installation of django-quickbooks didnt have create_qwc module in the management directory, so i added the create_qwc file and can now call create_qwc

edit: After all, i found out that i also hadn't configured rabbitmq-server correctly. After setting up defaults worked perfectly.

JonathanGithumbi avatar Jan 04 '23 13:01 JonathanGithumbi