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 install
to install dependencies - Run
pipenv shell
to start working in the virtual environment - Before running
./manage.py runserver
, make sure you apply the database migrations (./manage.py migrate
)