All Projects → yourlabs → Django Autocomplete Light

yourlabs / Django Autocomplete Light

Licence: mit
A fresh approach to autocomplete implementations, specially for Django. Status: v4 alpha, v3 stable, v2 & v1 deprecated.

Programming Languages

python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to Django Autocomplete Light

Django Places
A django app for store places with autocomplete
Stars: ✭ 55 (-96.47%)
Mutual labels:  django, autocomplete
Wordreview
📚 背单词网页 Django + MySQL + Pug + JS
Stars: ✭ 115 (-92.62%)
Mutual labels:  django
Django Translations
Django model translation for perfectionists with deadlines.
Stars: ✭ 109 (-93.01%)
Mutual labels:  django
Online
Python3+Django+MySQL+Xadmin 在线学习平台
Stars: ✭ 113 (-92.75%)
Mutual labels:  django
Docker Nginx Postgres Django Example
Example using Docker, Django, multiple Postgres databases, NginX, Gunicorn, pipenv, GitLab CI and tox.
Stars: ✭ 110 (-92.94%)
Mutual labels:  django
Everbug
Django debug tool for browser
Stars: ✭ 114 (-92.69%)
Mutual labels:  django
Django Save The Change
Your DB Got It the First Time.
Stars: ✭ 109 (-93.01%)
Mutual labels:  django
Maria Quiteria
Backend para coleta e disponibilização dos dados 📜
Stars: ✭ 115 (-92.62%)
Mutual labels:  django
Applicationinsights Python
Application Insights SDK for Python
Stars: ✭ 114 (-92.69%)
Mutual labels:  django
Django Oscar Paypal
PayPal integration for django-oscar. Can be used without Oscar too.
Stars: ✭ 112 (-92.82%)
Mutual labels:  django
Blog
部署在 GitBook 上的个人博客。
Stars: ✭ 112 (-92.82%)
Mutual labels:  django
Input Autocomplete
Tiny react input component with autocomplete.
Stars: ✭ 110 (-92.94%)
Mutual labels:  autocomplete
Concordia
Crowdsourcing platform for full text transcription and tagging. https://crowd.loc.gov
Stars: ✭ 114 (-92.69%)
Mutual labels:  django
Django Bruteforce Protection
Bruteforce protection for Django projects based on Redis. Simple, powerful, extendable.
Stars: ✭ 110 (-92.94%)
Mutual labels:  django
Django Jchart
📈 A Django package for plotting charts using the excellent Chart.JS library.
Stars: ✭ 115 (-92.62%)
Mutual labels:  django
Django Pattern Library
UI pattern libraries for Django templates
Stars: ✭ 110 (-92.94%)
Mutual labels:  django
Django Balancer
A set of tools for using Django's multi-db feature.
Stars: ✭ 111 (-92.88%)
Mutual labels:  django
Crudl Example Django
CRUDL with Django, DRF/Graphene and SQLite
Stars: ✭ 113 (-92.75%)
Mutual labels:  django
Django Jinja Knockout
Django datatables and widgets, both AJAX and traditional. Display-only ModelForms. ModelForms / inline formsets with AJAX submit and validation. Works with Django templates.
Stars: ✭ 116 (-92.56%)
Mutual labels:  django
Dynaconf
Configuration Management for Python ⚙
Stars: ✭ 2,082 (+33.55%)
Mutual labels:  django
https://badge.fury.io/py/django-autocomplete-light.png https://secure.travis-ci.org/yourlabs/django-autocomplete-light.png?branch=master https://codecov.io/github/yourlabs/django-autocomplete-light/coverage.svg?branch=master

Features

  • Python 2.7, 3.4, Django 2.0+ support (Django 1.11 (LTS), is supported until django-autocomplete-light-3.2.10),
  • Django (multiple) choice support,
  • Django (multiple) model choice support,
  • Django generic foreign key support (through django-querysetsequence),
  • Django generic many to many relation support (through django-generic-m2m and django-gm2m)
  • Multiple widget support: select2.js, easy to add more.
  • Creating choices that don't exist in the autocomplete,
  • Offering choices that depend on other fields in the form, in an elegant and innovative way,
  • Dynamic widget creation (ie. inlines), supports YOUR custom scripts too,
  • Provides a test API for your awesome autocompletes, to support YOUR custom use cases too,
  • A documented automatically tested example for each use case in test_project.

Roadmap

  • DAL < 4 supports Python 2 and 3 and Django 1.8 to 3.x
  • DAL 4 supports Django 3.x and 4.x and Python 3
  • DAL >= 3.9 offers a modern alternative to select2

Resources

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].