File: SOURCES.txt

package info (click to toggle)
python-django-x509 0.9-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 484 kB
  • sloc: python: 2,233; javascript: 46; makefile: 6
file content (52 lines) | stat: -rw-r--r-- 1,817 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
CHANGES.rst
LICENSE
MANIFEST.in
README.rst
requirements.txt
setup.cfg
setup.py
django_x509/__init__.py
django_x509/admin.py
django_x509/apps.py
django_x509/models.py
django_x509/settings.py
django_x509/urls.py
django_x509.egg-info/PKG-INFO
django_x509.egg-info/SOURCES.txt
django_x509.egg-info/dependency_links.txt
django_x509.egg-info/not-zip-safe
django_x509.egg-info/requires.txt
django_x509.egg-info/top_level.txt
django_x509/base/__init__.py
django_x509/base/admin.py
django_x509/base/models.py
django_x509/migrations/0001_initial.py
django_x509/migrations/0002_certificate.py
django_x509/migrations/0003_rename_organization_field.py
django_x509/migrations/0004_auto_20171207_1450.py
django_x509/migrations/0005_organizational_unit_name.py
django_x509/migrations/0006_passphrase_field.py
django_x509/migrations/0007_serial_number_max_length.py
django_x509/migrations/0008_common_name_max_length.py
django_x509/migrations/__init__.py
django_x509/static/django-x509/css/admin.css
django_x509/static/django-x509/css/renew_confirmation.css
django_x509/static/django-x509/js/x509-admin.js
django_x509/templates/admin/django_x509/change_form.html
django_x509/templates/admin/django_x509/renew_confirmation.html
django_x509/tests/__init__.py
django_x509/tests/test_admin.py
django_x509/tests/test_ca.py
django_x509/tests/test_cert.py
tests/openwisp2/__init__.py
tests/openwisp2/local_settings.example.py
tests/openwisp2/settings.py
tests/openwisp2/urls.py
tests/openwisp2/sample_x509/__init__.py
tests/openwisp2/sample_x509/admin.py
tests/openwisp2/sample_x509/apps.py
tests/openwisp2/sample_x509/models.py
tests/openwisp2/sample_x509/tests.py
tests/openwisp2/sample_x509/migrations/0001_initial.py
tests/openwisp2/sample_x509/migrations/0002_common_name_max_length.py
tests/openwisp2/sample_x509/migrations/__init__.py