forked from philippWassibauer/django-threaded-messages
-
Notifications
You must be signed in to change notification settings - Fork 7
/
MANIFEST
47 lines (47 loc) · 1.96 KB
/
MANIFEST
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
# file GENERATED by distutils, do NOT edit
LICENSE.txt
README.rst
setup.py
threaded_messages/__init__.py
threaded_messages/admin.py
threaded_messages/context_processors.py
threaded_messages/fields.py
threaded_messages/forms.py
threaded_messages/listeners.py
threaded_messages/management.py
threaded_messages/models.py
threaded_messages/search_indexes.py
threaded_messages/settings.py
threaded_messages/tests.py
threaded_messages/urls.py
threaded_messages/utils.py
threaded_messages/views.py
threaded_messages/locale/de/LC_MESSAGES/django.mo
threaded_messages/locale/de/LC_MESSAGES/django.po
threaded_messages/locale/en/LC_MESSAGES/django.po
threaded_messages/locale/es/LC_MESSAGES/django.po
threaded_messages/locale/fr/LC_MESSAGES/django.po
threaded_messages/locale/it/LC_MESSAGES/django.po
threaded_messages/migrations/0001_initial.py
threaded_messages/migrations/0002_auto__add_field_thread_sender.py
threaded_messages/migrations/0003_auto__add_field_thread_replied.py
threaded_messages/migrations/0004_auto.py
threaded_messages/migrations/__init__.py
threaded_messages/static/css/token-input.css
threaded_messages/static/js/jquery-1.5.2.min.js
threaded_messages/static/js/jquery.form.js
threaded_messages/static/js/jquery.tokeninput.js
threaded_messages/templates/django_messages/base.html
threaded_messages/templates/django_messages/compose.html
threaded_messages/templates/django_messages/inbox.html
threaded_messages/templates/django_messages/message_list_view.html
threaded_messages/templates/django_messages/message_reply.html
threaded_messages/templates/django_messages/modal_compose.html
threaded_messages/templates/django_messages/new_message.html
threaded_messages/templates/django_messages/outbox.html
threaded_messages/templates/django_messages/search.html
threaded_messages/templates/django_messages/trash.html
threaded_messages/templates/django_messages/view.html
threaded_messages/templatetags/__init__.py
threaded_messages/templatetags/inbox.py
threaded_messages/templatetags/truncchar_tag.py