zulip/confirmation
Tim Abbott a1a27b1789 Annotate most Zulip management commands. 2016-06-04 10:12:06 -07:00
..
management Annotate most Zulip management commands. 2016-06-04 10:12:06 -07:00
migrations Switch from South to native Django migrations 2015-08-20 23:01:26 -07: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 confirmation: Fix trailing whitespace. 2016-05-09 16:49:33 -07:00
models.py Use new-style classes consistently for Python 3 support. 2015-11-04 08:01:52 -08:00
settings.py Finish purging 'fromt typing import *' from Zulip codebase. 2016-04-07 14:11:21 -07:00
util.py Include third-party django-confirmation library. 2012-10-01 10:45:57 -04:00
views.py Add types to confirmation/views.py and zerver/tornadoviews.py 2016-06-03 11:26:30 -07: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.