zulip/confirmation
Tim Abbott ea6a40661c migrations: Add progress output to confirmation backfill.
This makes it a lot easier to estimate how long this migration will
take to run. Additionally, document this migration in the upgrade notes.
2021-09-17 11:23:32 -07:00
..
management Django 1.10: Remove cleanupconfirmation management command. 2016-11-26 15:04:20 -08:00
migrations migrations: Add progress output to confirmation backfill. 2021-09-17 11:23:32 -07:00
CHANGELOG.txt
LICENSE.txt
README.txt
__init__.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
models.py confirmation: Avoid fetching time twice creating confirmation link. 2021-09-10 16:55:32 -07:00
settings.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08: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.