source code for my tutorial at https://openfolder.sh/django-tutorial-as-you-type-search-with-ajax
- Clone this repository
- Inside the root folder, run
pipenv installto install dependencies - Run
pipenv shellto start working in the virtual environment - Before running
./manage.py runserver, make sure you apply the database migrations (./manage.py migrate)