ydaniels
ydaniels
Yes confirmed even for inspeckage
@tomgold182 Thanks. This should be in the docs. I had lot of weird errors using python 3.7 but changing to python 3.6.8 solved everything including some SSL errors during build
any update on this
Ok understood, I guess using virtualmin + ngnix (or in addition webmin can support gunicorn) instead of the default apache server would be the best option when considering python but...
@swelljoe I use odoo regularly, its entirely different from django. Its an ERP system more like SAP, Microsoft Dynamics etc. It can also be used to build web app but...
Hi can you post a tracebrack
Looks like the master public key you put in the django settings file is incorrect, make sure its your wallet extended public key starting with 'xpub' . You may need...
Check your migrations for issues or login to your django admin and see if there is a duplicate for cryptocurrencypayment model id field. You can also clear your migrations and...
You can call this method cryptocurrency_payment.tasks.update_payment_status . It is going to automatically check and update the payment status. Actually the best thing is to setup a per minute or 5-20...
Yea you can loop `user.crypto_payments.all()` and access field like status check model for more fields https://github.com/ydaniels/django-cryptocurrency-payment/blob/3a98453dea40b6570a233dab218f55a8e27c1c6c/cryptocurrency_payment/models.py#L104