Open JonathanGithumbi opened 1 year ago
I don't think you have installed it correctly, Make sure to add it to INSTALLED_APPS
i've added it under 'django_quickbooks' is that correct ?
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.
trying to intergrate this app to into my project, facing the error above, please help