Skip to content

safirmall/django-ajax-search

 
 

Repository files navigation

Incremental (as-you-type) search with Django and Ajax

source code for my tutorial at https://openfolder.sh/django-tutorial-as-you-type-search-with-ajax

Installing

  1. Clone this repository
  2. Inside the root folder, run pipenv install to install dependencies
  3. Run pipenv shell to start working in the virtual environment
  4. Before running ./manage.py runserver, make sure you apply the database migrations (./manage.py migrate)

About

source code for my tutorial implementing as-you-type/incremental search

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 70.9%
  • HTML 16.6%
  • JavaScript 9.8%
  • CSS 2.7%