
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
dj-elasticsearch-flex
Advanced tools
.. image:: https://badge.fury.io/py/dj-elasticsearch-flex.png :target: https://badge.fury.io/py/dj-elasticsearch-flex
.. image:: https://travis-ci.org/prashnts/dj-elasticsearch-flex.png?branch=master :target: https://travis-ci.org/prashnts/dj-elasticsearch-flex
Elasticsearch for Django which lets you do stuff.
The full documentation is at https://dj-elasticsearch-flex.readthedocs.io.
Install Django Elasticsearch Flex::
pip install dj-elasticsearch-flex
Add it to your INSTALLED_APPS
:
.. code-block:: python
INSTALLED_APPS = (
...
'elasticsearch_flex.apps.ElasticsearchFlexConfig',
...
)
Add Django Elasticsearch Flex's URL patterns:
.. code-block:: python
from elasticsearch_flex import urls as elasticsearch_flex_urls
urlpatterns = [
...
url(r'^', include(elasticsearch_flex_urls)),
...
]
Does the code actually work?
::
source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox
Tools used in rendering this package:
cookiecutter-djangopackage
_.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _cookiecutter-djangopackage
: https://github.com/pydanny/cookiecutter-djangopackage
0.1.0 (2016-12-08) ++++++++++++++++++
FAQs
Elasticsearch for Django which lets you do stuff.
We found that dj-elasticsearch-flex demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.