Skip to content
This repository has been archived by the owner on Jan 18, 2019. It is now read-only.
/ djes Public archive

Simple django & elasticsearch sample project.

Notifications You must be signed in to change notification settings

M0dM/djes

Repository files navigation

djes

Simple django & elasticsearch sample project.

Install python dependencies

pip install -r requirements.txt

Install npm dependencies

npm install

Migrate database

python manage.py migrate

Prepare Elasticsearch data directory

mkdir es_data

Run project using docker

docker-compose up

Releases

No releases published

Packages

No packages published

Languages