Full Text Search with DjangoREST framework and Elasticsearch
-
Create and activate virtual environment
python -m venv venvsource venv/bin/activate -
Migrate the database
python manage.py makemigrationspython manange.py migrate -
Populate the database
python manange.py fake_populate_db