Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

manage.py create_qwc command error: unknown command:create_qwc #36

Open
JonathanGithumbi opened this issue Jan 4, 2023 · 3 comments
Open

Comments

@JonathanGithumbi
Copy link

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

@hassaanalansary
Copy link
Collaborator

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

@JonathanGithumbi
Copy link
Author

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

@JonathanGithumbi
Copy link
Author

JonathanGithumbi commented Jan 4, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants