zulip/confirmation
David Roe 3f7cb34b00 enterprise => voyager
(imported from commit 04be792bb480d5e5db1c91d296d1000cf1682571)
2015-08-21 10:33:35 -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 Django 1.8 compatibility: module_name -> model_name 2015-08-20 23:15:44 -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 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.