]> git.parisson.com Git - django-postman.git/commit
initial code upload 1.0.0
authorPatrick Samson <pk.samson@gmail.com>
Wed, 5 Jan 2011 08:42:25 +0000 (09:42 +0100)
committerPatrick Samson <pk.samson@gmail.com>
Wed, 5 Jan 2011 08:42:25 +0000 (09:42 +0100)
commit6965f2c20a0fbd876510270be6ce696a5359cd67
tree17ce5a4c4a28ee2355f76f4c60e4f0204cfdc4c5
parent1e905ea8f933c74c93ba094ce329817be3e78fdd
initial code upload
57 files changed:
docs/features.rst
docs/index.rst
docs/management.rst
docs/notification.rst [new file with mode: 0644]
docs/quickstart.rst
docs/tags-filters.rst
docs/views.rst
postman/__init__.py [new file with mode: 0644]
postman/admin.py [new file with mode: 0644]
postman/context_processors.py [new file with mode: 0644]
postman/fields.py [new file with mode: 0644]
postman/forms.py [new file with mode: 0644]
postman/locale/de/LC_MESSAGES/django.mo
postman/locale/de/LC_MESSAGES/django.po
postman/locale/en/LC_MESSAGES/django.po
postman/locale/es/LC_MESSAGES/django.mo
postman/locale/es/LC_MESSAGES/django.po
postman/locale/fr/LC_MESSAGES/django.mo
postman/locale/fr/LC_MESSAGES/django.po
postman/locale/it/LC_MESSAGES/django.mo
postman/locale/it/LC_MESSAGES/django.po
postman/locale/nl/LC_MESSAGES/django.mo [new file with mode: 0644]
postman/locale/nl/LC_MESSAGES/django.po [new file with mode: 0644]
postman/management/__init__.py [new file with mode: 0644]
postman/management/commands/__init__.py [new file with mode: 0644]
postman/management/commands/postman_checkup.py [new file with mode: 0644]
postman/management/commands/postman_cleanup.py [new file with mode: 0644]
postman/medias/postman/css/admin.css [new file with mode: 0644]
postman/models.py [new file with mode: 0644]
postman/templates/admin/postman/pendingmessage/change_form.html [new file with mode: 0644]
postman/templates/admin/postman/pendingmessage/submit_line.html [new file with mode: 0644]
postman/templates/autocomplete_postman_multiple.html [new file with mode: 0644]
postman/templates/autocomplete_postman_single.html [new file with mode: 0644]
postman/templates/postman/archives.html [new file with mode: 0644]
postman/templates/postman/base.html [new file with mode: 0644]
postman/templates/postman/base_folder.html [new file with mode: 0644]
postman/templates/postman/base_write.html [new file with mode: 0644]
postman/templates/postman/email_user.txt [new file with mode: 0644]
postman/templates/postman/email_user_subject.txt [new file with mode: 0644]
postman/templates/postman/email_visitor.txt [new file with mode: 0644]
postman/templates/postman/email_visitor_subject.txt [new file with mode: 0644]
postman/templates/postman/inbox.html [new file with mode: 0644]
postman/templates/postman/inc_subject_ex.html [new file with mode: 0644]
postman/templates/postman/reply.html [new file with mode: 0644]
postman/templates/postman/sent.html [new file with mode: 0644]
postman/templates/postman/trash.html [new file with mode: 0644]
postman/templates/postman/view.html [new file with mode: 0644]
postman/templates/postman/write.html [new file with mode: 0644]
postman/templatetags/__init__.py [new file with mode: 0644]
postman/templatetags/pagination_tags_for_tests.py [new file with mode: 0644]
postman/templatetags/postman_admin_modify.py [new file with mode: 0644]
postman/templatetags/postman_tags.py [new file with mode: 0644]
postman/test_urls.py [new file with mode: 0644]
postman/tests.py [new file with mode: 0644]
postman/urls.py [new file with mode: 0644]
postman/utils.py [new file with mode: 0644]
postman/views.py [new file with mode: 0644]