Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / management / commands / term-add.py @ a6d167c1

History | View | Annotate | Download (2.4 kB)

# Date Author Comment
a6d167c1 02/26/2014 06:03 pm Giorgos Korfiatis

astakos: Use SynnefoCommand to handle unicode

Replace BaseCommand with SynnefoCommand in mngt commands. The latter
properly handles unicode strings.

ef1fb98b 11/25/2013 03:47 pm Giorgos Korfiatis

astakos: Reset user sign flags when adding new terms

When new terms are added, set has_signed_terms=False for all users, forcing
them to accept the new terms. If there are no terms, a new user is created
with has_signed_terms=True.

With this change we can skip querying the terms when authenticating a user,...

6bdf0aa3 10/03/2012 12:50 pm Sofia Papagiannaki

Rename management commands