File: SOURCES.txt

package info (click to toggle)
django-select2 7.10.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 452 kB
  • sloc: python: 1,654; javascript: 66; makefile: 3
file content (54 lines) | stat: -rw-r--r-- 1,345 bytes parent folder | download
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
53
54
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
package.json
set_version.py
setup.cfg
setup.py
django_select2/__init__.py
django_select2/apps.py
django_select2/cache.py
django_select2/conf.py
django_select2/forms.py
django_select2/urls.py
django_select2/views.py
django_select2.egg-info/PKG-INFO
django_select2.egg-info/SOURCES.txt
django_select2.egg-info/dependency_links.txt
django_select2.egg-info/requires.txt
django_select2.egg-info/top_level.txt
django_select2/static/django_select2/django_select2.css
django_select2/static/django_select2/django_select2.js
docs/CONTRIBUTING.rst
docs/conf.py
docs/django_select2.rst
docs/extra.rst
docs/index.rst
example/README.md
example/manage.py
example/requirements.txt
example/example/__init__.py
example/example/asgi.py
example/example/forms.py
example/example/models.py
example/example/settings.py
example/example/urls.py
example/example/views.py
example/example/wsgi.py
example/example/migrations/0001_initial.py
example/example/migrations/__init__.py
example/example/templates/example/book_form.html
tests/__init__.py
tests/conftest.py
tests/test_cache.py
tests/test_forms.py
tests/test_views.py
tests/testapp/__init__.py
tests/testapp/forms.py
tests/testapp/manage.py
tests/testapp/models.py
tests/testapp/settings.py
tests/testapp/urls.py
tests/testapp/views.py
tests/testapp/templates/form.html