zulip/confirmation
David Roe e61de3e052 Fix invitation e-mail to use http:// in non-deployed case.
(imported from commit af68962c078036ce0fe4f37feaec6b43766b3059)
2015-08-18 20:17:48 -07:00
..
management Include third-party django-confirmation library. 2012-10-01 10:45:57 -04:00
migrations Include autogenerated initial migrations for South. 2013-01-08 18:14:39 -05:00
CHANGELOG.txt Include third-party django-confirmation library. 2012-10-01 10:45:57 -04:00
INSTALL.txt Include third-party django-confirmation library. 2012-10-01 10:45:57 -04:00
LICENSE.txt Include third-party django-confirmation library. 2012-10-01 10:45:57 -04:00
README.txt Include third-party django-confirmation library. 2012-10-01 10:45:57 -04:00
__init__.py Include third-party django-confirmation library. 2012-10-01 10:45:57 -04:00
models.py Fix invitation e-mail to use http:// in non-deployed case. 2015-08-18 20:17:48 -07:00
settings.py Remove expiry; confirmations should never expire. 2012-10-01 10:45:58 -04:00
util.py Include third-party django-confirmation library. 2012-10-01 10:45:57 -04:00
views.py Don't use hardcoded noreply@zulip.com, zulip@zulip.com, or https://zulip.com 2013-11-15 21:31:37 -05:00

README.txt

===================
Django Confirmation
===================

This is a generic object confirmation system for Django applications.

For installation instructions, see the file "INSTALL.txt" in this
directory; for instructions on how to use this application, and on
what it provides, see the file "overview.txt" in the "docs/"
directory.