Open in app
Adam Wattis
485 Followers
About

Sign in

485 Followers
About
Open in app
Adam Wattis

Adam Wattis

Nov 18, 2017·1 min read

Well as the error message is telling you, ‘bulk_indexing’ is not defined in the context that you’re trying to run it in. Meaning: you probably didn’t import the bulk_indexing() function after entering the Django shell.

You should from elasticsearchapp.search import bulk_indexing and then try running bulk_indexing() while in the shell.

Adam Wattis

Javascript developer. Passionate learner.

I’m have a problem similar to Deepak:
2
1

Malik Rumi

More from Adam Wattis

Javascript developer. Passionate learner.

More From Medium

Building a Simple Web App Using the Observer Pattern

Adam Wattis in codeburst

3 gotchas when moving from Vue to Nuxt

Adam Wattis

NYTimes Peru N-Word, Part One: Introduction

Donald G. McNeil Jr.

NYTimes Peru N-Word, Part Two: What Happened January 28?

Donald G. McNeil Jr.

My Boyfriend Sleeps in the Same Bed as Another Woman Every Night

Matilda Swinney in Real Talk About Sex

NYTimes Peru N-Word, Part Three: What Happened in the 2019 Investigation?

Donald G. McNeil Jr.

NYTimes Peru N-Word, Part Four: What Happened in Peru?

Donald G. McNeil Jr.

The US Air Force Quietly Admits the F-35 Is a Failure

ExtremeTech in ExtremeTech Access

About

Help

Legal

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store