From 17e8999c013008395cdfe16b3201150be93eefc1 Mon Sep 17 00:00:00 2001 From: William Vincent Date: Wed, 3 Apr 2019 14:43:45 -0400 Subject: [PATCH] add django-autocomplete-light --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dff9239..c1c123a 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/ - [channels](https://github.com/django/channels/) - Async support for Django - [django-allauth](https://github.com/pennersr/django-allauth/) - User registration, social authentication, account management, and more. +- [django-autocomplete-light](https://github.com/yourlabs/django-autocomplete-light) - Add autocompletion to forms. - [django-compressor](https://github.com/django-compressor/django-compressor/) - Compress JavaScript/CSS into a single cached file - [django-crispy-forms](https://github.com/django-crispy-forms/django-crispy-forms/) - DRY Django forms - [dj-database-url](https://github.com/kennethreitz/dj-database-url) - Database URLs