zulip/confirmation
Tim Abbott a1b306f9ce Finish purging 'fromt typing import *' from Zulip codebase. 2016-04-07 14:11:21 -07:00
..
management Include third-party django-confirmation library. 2012-10-01 10:45:57 -04: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 Include third-party django-confirmation library. 2012-10-01 10:45:57 -04: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 enterprise => voyager 2015-08-21 10:33:35 -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.