Statistics
| Branch: | Tag: | Revision:

root / snf-webproject / synnefo / webproject / management @ b6426ead

Name Size
  commands
__init__.py 0 Bytes

Latest revisions

# Date Author Comment
b6426ead 03/04/2014 01:39 pm Ilias Tsitsimpis

Use SynnefoCommand for django-admin commands

Instead of django's BaseCommand class, use out SynnefoCommand which
takes care of logging the command and its output.

Issue #4948: Log all stdout/stderr for snf-manage invocations

a442c81d 03/04/2014 12:23 pm Ilias Tsitsimpis

Fix console output for management commands

From Django's documentation:
When you are using management commands and wish to provide console
output, you should write to self.stdout and self.stderr, instead of
printing to stdout and stderr directly.

This patch fixes the managements commands to use the proper...

7cfc0cef 08/05/2013 12:45 pm Christos Stavrakakis

snf-django: Move ListCommand to snf-django

snf-webproject contained the generic ListCommand, and because of this it
had a dependency from snf-django-lib. This commit moves this command from
snf-webproject to snf-django-lib and removes this dependency. Also,...

7afa5bde 07/22/2013 04:53 pm Christos Stavrakakis

webproject: Fix typo

10157d43 06/03/2013 11:49 am Georgios D. Tsoukalas

snf-manage show_urls: fix empty view module crash

ec5ebdf5 05/23/2013 01:58 pm Giorgos Korfiatis

webproject: Fix typos in parse_bool

b482fbcc 05/21/2013 03:06 pm Giorgos Korfiatis

webproject: Add optional title in pprint_table

It is shown with `pretty' output format, in non vertical mode.

47b8d4b1 05/13/2013 12:15 pm Christos Stavrakakis

Merge branch 'feature-quotas' into develop

Conflicts:
docs/dev-guide.rst

4571b863 05/08/2013 06:27 pm Giorgos Korfiatis

webproject: Do not ljust values in vertical mode

Left-justifying resulted in long wrapped empty lines, when a value
exceeded the line size.

21a9ae81 04/30/2013 05:00 pm Christos Stavrakakis

Merge branch 'develop' into feature-quotas

View revisions

Also available in: Atom