Statistics
| Branch: | Tag: | Revision:

root / snf-django-lib / snf_django / management / __init__.py @ 3b6afb38

History | View | Annotate | Download (0 Bytes)

# Date Author Comment
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,...