Re: Integrating cryptoassets.core library in django

2018-05-02 Thread Hitesh Goyal
Yes I did. 1) I installed all the required packages. 2) Added to Installed apps. Here is my settings.py file :- """ Django settings for crypto project. Generated by 'django-admin startproject' using Django 2.0. For more information on this file, see https://docs.djangoproject.com/en/2.0/topic

Re: Integrating cryptoassets.core library in django

2018-05-02 Thread Mario R. Osorio
You need to give more details, such as: - Did you PIP the application? - Did you remember to add it to INSTALLED_APPS? On Wednesday, May 2, 2018 at 7:10:31 AM UTC-4, Hitesh Goyal wrote: > > Hi, > I am trying to configure the cryptoassets.core library for bitcoin > applications using

Integrating cryptoassets.core library in django

2018-05-02 Thread Hitesh Goyal
Hi, I am trying to configure the cryptoassets.core library for bitcoin applications using the following url : - https://pypi.org/project/cryptoassets.django/ When i run the command :- "python manage.py cryptoassets_helper_service" I am getting the following error :- ImportError: No module