File: SOURCES.txt

package info (click to toggle)
python-django-registration 2.2-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 828 kB
  • sloc: python: 1,573; makefile: 85
file content (133 lines) | stat: -rw-r--r-- 5,065 bytes parent folder | download | duplicates (3)
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
AUTHORS
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
django_registration.egg-info/PKG-INFO
django_registration.egg-info/SOURCES.txt
django_registration.egg-info/dependency_links.txt
django_registration.egg-info/not-zip-safe
django_registration.egg-info/top_level.txt
docs/Makefile
docs/conf.py
docs/custom-user.rst
docs/faq.rst
docs/forms.rst
docs/hmac.rst
docs/index.rst
docs/install.rst
docs/make.bat
docs/model-workflow.rst
docs/quickstart.rst
docs/settings.rst
docs/signals.rst
docs/simple-workflow.rst
docs/upgrade.rst
docs/validators.rst
docs/views.rst
registration/__init__.py
registration/admin.py
registration/auth_urls.py
registration/forms.py
registration/models.py
registration/runtests.py
registration/signals.py
registration/urls.py
registration/validators.py
registration/views.py
registration/backends/__init__.py
registration/backends/default/__init__.py
registration/backends/default/urls.py
registration/backends/default/views.py
registration/backends/hmac/__init__.py
registration/backends/hmac/urls.py
registration/backends/hmac/views.py
registration/backends/model_activation/__init__.py
registration/backends/model_activation/urls.py
registration/backends/model_activation/views.py
registration/backends/simple/__init__.py
registration/backends/simple/urls.py
registration/backends/simple/views.py
registration/locale/ar/LC_MESSAGES/django.mo
registration/locale/ar/LC_MESSAGES/django.po
registration/locale/bg/LC_MESSAGES/django.mo
registration/locale/bg/LC_MESSAGES/django.po
registration/locale/ca/LC_MESSAGES/django.mo
registration/locale/ca/LC_MESSAGES/django.po
registration/locale/cs/LC_MESSAGES/django.mo
registration/locale/cs/LC_MESSAGES/django.po
registration/locale/da/LC_MESSAGES/django.mo
registration/locale/da/LC_MESSAGES/django.po
registration/locale/de/LC_MESSAGES/django.mo
registration/locale/de/LC_MESSAGES/django.po
registration/locale/el/LC_MESSAGES/django.mo
registration/locale/el/LC_MESSAGES/django.po
registration/locale/en/LC_MESSAGES/django.mo
registration/locale/en/LC_MESSAGES/django.po
registration/locale/es/LC_MESSAGES/django.mo
registration/locale/es/LC_MESSAGES/django.po
registration/locale/es_AR/LC_MESSAGES/django.mo
registration/locale/es_AR/LC_MESSAGES/django.po
registration/locale/fa/LC_MESSAGES/django.mo
registration/locale/fa/LC_MESSAGES/django.po
registration/locale/fr/LC_MESSAGES/django.mo
registration/locale/fr/LC_MESSAGES/django.po
registration/locale/he/LC_MESSAGES/django.mo
registration/locale/he/LC_MESSAGES/django.po
registration/locale/hr/LC_MESSAGES/django.mo
registration/locale/hr/LC_MESSAGES/django.po
registration/locale/is/LC_MESSAGES/django.mo
registration/locale/is/LC_MESSAGES/django.po
registration/locale/it/LC_MESSAGES/django.mo
registration/locale/it/LC_MESSAGES/django.po
registration/locale/ja/LC_MESSAGES/django.mo
registration/locale/ja/LC_MESSAGES/django.po
registration/locale/ko/LC_MESSAGES/django.mo
registration/locale/ko/LC_MESSAGES/django.po
registration/locale/nb/LC_MESSAGES/django.mo
registration/locale/nb/LC_MESSAGES/django.po
registration/locale/nl/LC_MESSAGES/django.mo
registration/locale/nl/LC_MESSAGES/django.po
registration/locale/pl/LC_MESSAGES/django.mo
registration/locale/pl/LC_MESSAGES/django.po
registration/locale/pt/LC_MESSAGES/django.mo
registration/locale/pt/LC_MESSAGES/django.po
registration/locale/pt_BR/LC_MESSAGES/django.mo
registration/locale/pt_BR/LC_MESSAGES/django.po
registration/locale/ru/LC_MESSAGES/django.mo
registration/locale/ru/LC_MESSAGES/django.po
registration/locale/sl/LC_MESSAGES/django.mo
registration/locale/sl/LC_MESSAGES/django.po
registration/locale/sr/LC_MESSAGES/django.mo
registration/locale/sr/LC_MESSAGES/django.po
registration/locale/sv/LC_MESSAGES/django.mo
registration/locale/sv/LC_MESSAGES/django.po
registration/locale/tr_TR/LC_MESSAGES/django.mo
registration/locale/tr_TR/LC_MESSAGES/django.po
registration/locale/zh_CN/LC_MESSAGES/django.mo
registration/locale/zh_CN/LC_MESSAGES/django.po
registration/locale/zh_TW/LC_MESSAGES/django.mo
registration/locale/zh_TW/LC_MESSAGES/django.po
registration/management/__init__.py
registration/management/commands/__init__.py
registration/management/commands/cleanupregistration.py
registration/migrations/0001_initial.py
registration/migrations/__init__.py
registration/tests/__init__.py
registration/tests/base.py
registration/tests/test_forms.py
registration/tests/test_hmac_workflow.py
registration/tests/test_model_workflow.py
registration/tests/test_models.py
registration/tests/test_simple_workflow.py
registration/tests/test_views.py
registration/tests/urls.py
registration/tests/views.py
registration/tests/templates/registration/activate.html
registration/tests/templates/registration/activation_complete.html
registration/tests/templates/registration/activation_email.txt
registration/tests/templates/registration/activation_email_subject.txt
registration/tests/templates/registration/registration_closed.html
registration/tests/templates/registration/registration_complete.html
registration/tests/templates/registration/registration_form.html