Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / management / commands / fix-superusers.py @ a6d167c1

History | View | Annotate | Download (2.2 kB)

# Date Author Comment
d9a7f0bb 01/17/2014 04:57 pm Giorgos Korfiatis

Fix stdout/stderr write in astakos/quota commands

Write actual command output and user prompts to stdout; error and progress
messages to stderr.

1808f7bc 11/25/2013 03:47 pm Giorgos Korfiatis

astakos: Refactor user creation

Provide auth.make_user() as the single way to create a new user. This
function is responsible to set all automatically generated fields, such as
username, uuid, and token. Clean up AstakosUser.save(), that used to
update these fields, and remove AstakosUser.__init__(). Remove trigger...

e47b76a5 02/14/2013 04:26 pm Georgios D. Tsoukalas

fix syntax errors

a7752e95 01/30/2013 09:42 pm Sofia Papagiannaki

Fix superusers (created by syncdb) command