Skip to content
This repository has been archived by the owner on Dec 13, 2017. It is now read-only.

Latest commit

 

History

History
14 lines (8 loc) · 182 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 182 Bytes

terms

Django-App für versionierte AGB

Beispiel:

from terms.decorators import latest_terms_required
@latest_terms_required
def my_view(request):
    pass