Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / management @ c2837d72

Name Size
  commands
__init__.py 0 Bytes

Latest revisions

# Date Author Comment
c2837d72 01/21/2013 09:11 pm Sofia Papagiannaki

Provide project show command

3c049f6d 01/21/2013 02:16 pm Giorgos Korfiatis

Better log printing

62fda315 01/21/2013 01:18 pm Giorgos Korfiatis

Print log in astakos-quota-verify

140da2d1 01/18/2013 06:05 pm Giorgos Korfiatis

Split management command into astakos-quota-verify and project-sync

1951cf27 01/18/2013 05:02 pm Giorgos Korfiatis

Remove obsolete management command

84a3f701 01/18/2013 04:59 pm Giorgos Korfiatis

Advances in syncing quotaholder with astakos

Factor out trigger_sync() as lock_sync() to be used for other
sync processes in addition to sync_projects().
Implement sync_users(), which registers users and their quotas.
Use both sync processes in astakos-qh-sync management command.

115fc1d6 01/18/2013 03:58 pm Georgios D. Tsoukalas

Merge 'develop' into feature-projects

Needed for building devflow packages from feature-projects.

a9fda195 01/17/2013 07:07 pm Giorgos Korfiatis

Fix messages

7eadc230 01/17/2013 06:52 pm Giorgos Korfiatis

Management command to check and perform project expiration

6ebe72f8 01/17/2013 04:12 pm Giorgos Korfiatis

Optimize project-list query

Note that select_related() does not automatically bring
`related_name's, such as ProjectApplication.project.
Need to specify select_related('project'), which brings
`project' (but not `owner', or other related field).

View revisions

Also available in: Atom