source code for my tutorial implementing as-you-type/incremental search
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
SHxKM 389baf82d2
[src] pin dependency versions + fixes for Django 4.0.3
2 years ago
core [src] pin dependency versions + fixes for Django 4.0.3 2 years ago
django-ajax-search [src] pin dependency versions + fixes for Django 4.0.3 2 years ago
static/django-ajax-search updated README.md 5 years ago
templates initial commit 5 years ago
.eslintrc initial commit 5 years ago
.gitignore initial commit 5 years ago
.pylintrc initial commit 5 years ago
Pipfile [src] pin dependency versions + fixes for Django 4.0.3 2 years ago
README.md Update README.md 4 years ago
manage.py initial commit 5 years ago

README.md

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)