A small app to ensure your users re-agree to Terms of Service changes
Find a file
2010-06-18 12:00:05 -05:00
tos Readme, admin, and models first pass 2010-06-18 12:00:05 -05:00
__init__.py first commit 2010-06-18 11:17:07 -05:00
AUTHORS.txt More boilerplate 2010-06-18 11:24:33 -05:00
LICENSE.txt More boilerplate 2010-06-18 11:24:33 -05:00
README.rst Readme, admin, and models first pass 2010-06-18 12:00:05 -05:00
setup.py More boilerplate 2010-06-18 11:24:33 -05:00

==========
django-tos
==========

This project gives the admin the ability to reset terms of agreement with the end users. It tracks when TOS are changed and when users agree to the new TOS.

Summary
=======

    - based flatpage
    - keep track of when TOS is changed
    - Users need to be informed and reagree when they relogin (custom login)
    - 2 models likely (TOS table and user re-agree)