forked from yourlabs/django-autocomplete-light
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
52 lines (43 loc) · 1.81 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
.. image:: https://secure.travis-ci.org/yourlabs/django-autocomplete-light.png?branch=master
This is a simple alternative to django-ajax-selects.
Requirements
------------
- Maintained against Python 2.7, reported working by users on Python 2.6
- jQuery 1.7+
- Django 1.4+ (at least for autocomplete_light.forms helpers)
- django.contrib.staticfiles or you're on your own
Resources
---------
You could subscribe to the mailing list to be informed of package updates (see link belowe).
Ask questions on stack overflow (see link below).
- `Question/answer platform graciously hosted
<http://stackoverflow.com/questions/tagged/django-autocomplete-light>`_ by
`StackOverflow
<http://stackoverflow.com>`_
- `Live demo graciously hosted
<http://jpic.pythonanywhere.com/>`_ by `PythonAnywhere
<http://pythonanywhere.com/>`_,
- `Video demo graciously hosted
<http://youtu.be/fJIHiqWKUXI>`_ by `Youtube
<http://youtube.com>`_,
- `Mailing list graciously hosted
<http://groups.google.com/group/yourlabs>`_ by `Google
<http://groups.google.com>`_
- `Git graciously hosted
<https://github.com/yourlabs/django-autocomplete-light/>`_ by `GitHub
<http://github.com>`_,
- `Documentation graciously hosted
<http://django-autocomplete-light.rtfd.org>`_ by `RTFD
<http://rtfd.org>`_, you can also check the `cookbook
<https://django-autocomplete-light.readthedocs.org/en/docs_rewrite/cookbook.html>`_
which is part of the `docs_rewrite
<https://django-autocomplete-light.readthedocs.org/en/docs_rewrite/>`_ branch,
- `Package graciously hosted
<http://pypi.python.org/pypi/django-autocomplete-light/>`_ by `PyPi
<http://pypi.python.org/pypi>`_,
- `Continuous integration graciously hosted
<http://travis-ci.org/yourlabs/django-autocomplete-light>`_ by `Travis-ci
<http://travis-ci.org>`_
Demo
----
See test_project/README