-
Hello @barseghyanartur
I'm having a little problem to get everything up and running, I'm new with elastic and graphql, maybe that's the reason :laughing:
I have a consumer(RabbitMQ) app that p…
-
If use pip, via package o git+repo, only get the example dir:
```
15:24 $ pip install graphene-elastic
Collecting graphene-elastic
Downloading https://files.pythonhosted.org/packages/66/8d/62c…
-
### What I'm trying to achieve
I am trying to install Saleor in a Python virtualenvironment. When I get to the database part of the instructions, I cannot create the database. I have checked the docu…
-
I'm adding search to my project using django-elasticsearch-dsl. It provides DocTypes that are similar to Django Models.
I have started work on a new package that roughly mirrors how graphene_dja…
-
**Environment**
* pip version: 18.0
* Python version: 3.6
* OS: Mac OS X
**Description**
Running `pip freeze -l -r requirements.txt` does a case sensitive comparison with dependencies m…
-
It is common when developing an app using this api that you end up with an operation type, this can come from a `get_block` call, from elasticsearch, etc.
A new api call can be created that match i…
-
I am having a Django project that is using Django channels on some apps and they are served by uvicorn on production. I have implemented a custom Authentication to allow users to login with their phon…
-
Follow up on https://github.com/Homebrew/brew/issues/4755.
# What you were trying to do (and why)
What: Use Homebrew to install dependencies in a CI environment (CircleCI/macOS in this case).
…
-
### What I'm trying to achieve
I'm trying to python manage.py migrate
But I get this error
File "F:\EKOM\saleor\sal\lib\site-packages\psycopg2\__init__.py", line 126, in connect
conn = _con…
-
### What I'm trying to achieve
I use Saleor to develop my website and do some adjustment, including installed new site packages. When I just run 'python manage.py runserver' it runs successfully, but…