Prakash D
Prakash D
**Problem :** Authorization header is missing in request payload from swagger UI ``` django-rest-swagger==2.2.0 djangorestframework==3.8.2 ``` ``` schema_view = get_swagger_view(title='Pastebin API') urlpatterns = [ url(r'docs', schema_view), ] ``` ``` SWAGGER_SETTINGS...
I'm using Django + MongoEngine. ListField(DictField()) is interpreted as ListField(StringField()) Is there anything that I'm missing? ``` from mongoengine import * class CompanyDetails(Document): locations = ListField(DictField()) employees_count = IntField(null =...
Here is my **requirements.py** ``` djangorestframework==3.5.4 Django==1.8.1 django-rest-swagger==2.0.7 ``` I created a separate app for swagger using python3 manage.py startapp swagger **urls.py** ``` from django.conf.urls import include, url from swagger.views...
``` django-rest-swagger==2.1.2 djangorestframework==3.8.2 ``` I have a re_path in my urls.py ` re_path('tweets/(?P[^/]+)', TwitterView.as_view()) ` When I pass "trump" for name parameter from the swagger UI, the request url is...
How can I implement a load balancer using pyorient? In the documentation [here](https://orientdb.com/docs/2.2.x/Distributed-Configuration.html#load-balancing) I'm able to find the Java documentation. But I couldn't find a pyorient equivalent. I tried semicolon...
I don't like raw queries. So I'm trying to create an edge using `graph.create_edge(Friend, orientRecord1, orientRecord2)` But I get AttributeError: 'OrientRecord' object has no attribute '_id' because orientRecord does not...
pyorient==1.5.5 ``` import pyorient.ogm from pyorient.ogm import Graph, Config, declarative from pyorient.ogm.property import * # Initialize Registries Node = declarative.declarative_node() Relationship = declarative.declarative_relationship() server = "localhost" db_name = "mygraph" db_admin...
I just am trying to setup moj with Sublime text editor in Mac Step 3 says "Add codeprocessor.jar, moj.jar and fileedit.jar to the classpath" How do I do that in...
ember-cli: 3.4.4 node: 10.24.1 os: darwin x64 Installation command: `sudo ember install ember-cli-dates` Getting the following error in the browser Could not find module `ember` imported from `ember-cli-dates/helpers/time-format`
**Current Behavior** I'm pretty sure it used to work for my account before, I remember having a wordcloud a couple years ago when I checked. Here is the [link](https://www.opendota.com/players/86787275/wordcloud) where...